dotfiles for nitro5
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
# -----------------------------------------------------
|
||||
# Autostart
|
||||
# -----------------------------------------------------
|
||||
|
||||
# Start Polkit
|
||||
exec-once = /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
|
||||
# Load Dunst Notification Manager
|
||||
exec-once = dunst
|
||||
|
||||
# Using hypridle to start hyprlock
|
||||
exec-once = hypridle
|
||||
|
||||
# Load hyprpaper
|
||||
exec-once = hyprpaper
|
||||
|
||||
# Load waybar
|
||||
exec-once = waybar
|
||||
|
||||
# Load network manager applet
|
||||
# START NM APPLET
|
||||
exec-once = nm-applet --indicator
|
||||
# END NM APPLET
|
||||
|
||||
# Start gnome-keyring
|
||||
exec-once = gnome-keyring
|
||||
|
||||
# Load cliphist history
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
|
||||
# Set XCURSOR
|
||||
exec-once = gsettings set org.gnome.desktop.interface cursor-theme 'Bibata-Modern-Classic'
|
||||
|
||||
#set Hyprcursor
|
||||
exec-once = hyprctl setcursor Bibata-Modern-Classic 20
|
||||
@@ -0,0 +1 @@
|
||||
source = ~/.config/hypr/conf/monitors/nitro5.conf
|
||||
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "1024x768"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor = ,1024x768,auto,1
|
||||
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "1280x720"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,1280x720,auto,1
|
||||
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "1366x768"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,1366x768,auto,1
|
||||
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "1440x1080"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,1440x1080,auto,1
|
||||
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "1920x1080"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,1920x1080,auto,1
|
||||
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "1920x1200"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,1920x1200,auto,1
|
||||
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "2560x1440"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,2560x1440,auto,1
|
||||
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "2560x1440@120"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,2560x1440@120,auto,1
|
||||
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "3440x1440"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,3440x1440,auto,1
|
||||
@@ -0,0 +1,8 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "Highres"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,preferred,auto,1
|
||||
monitor=HDMI-A-1,highres,auto,1
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,preferred,auto,1
|
||||
@@ -0,0 +1,6 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "Highres"
|
||||
# -----------------------------------------------------
|
||||
|
||||
monitor=,highres,auto,1
|
||||
@@ -0,0 +1,7 @@
|
||||
# -----------------------------------------------------
|
||||
# Monitor Setup
|
||||
# name: "Default"
|
||||
# -----------------------------------------------------
|
||||
|
||||
#monitor=eDP-1,1920x1080@144,0x0,1
|
||||
monitor=,highrr,auto,1
|
||||
Reference in New Issue
Block a user