17 lines
335 B
Lua
17 lines
335 B
Lua
-- 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)
|