feat(hypr): track Hyprland config
monitors.lua stays untracked since it's machine-specific (monitor names/resolutions won't transfer to another host).
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
-- Hyprland default apps
|
||||
|
||||
TERMINAL = "kitty"
|
||||
FILE_MANAGER = "dolphin"
|
||||
BROWSER = "firefox"
|
||||
EDITOR = "gnome-text-editor --new-window"
|
||||
CALCULATOR = "gnome-calculator"
|
||||
|
||||
-- Monitors
|
||||
MONITOR1 = ""
|
||||
MONITOR2 = ""
|
||||
MONITOR3 = ""
|
||||
PRIMARY_MONITOR = MONITOR1
|
||||
|
||||
-- Workspaces
|
||||
NUM_WPM = 3 -- Number of workspaces per monitor (Max 10)
|
||||
Reference in New Issue
Block a user