2026-08-03 19:42:52 +02:00
|
|
|
-- Hyprland default apps
|
|
|
|
|
|
|
|
|
|
TERMINAL = "kitty"
|
|
|
|
|
FILE_MANAGER = "dolphin"
|
2026-08-15 09:00:15 +02:00
|
|
|
BROWSER = "google-chrome-stable"
|
2026-08-03 19:42:52 +02:00
|
|
|
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)
|