Firefox isn't installed; SUPER+W now launches google-chrome-stable, and the opacity-override window rule matches Chrome's window class too. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
17 lines
348 B
Lua
17 lines
348 B
Lua
-- Hyprland default apps
|
|
|
|
TERMINAL = "kitty"
|
|
FILE_MANAGER = "dolphin"
|
|
BROWSER = "google-chrome-stable"
|
|
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)
|