Files
home/.config/hypr/config/variables.lua
T
valknarandClaude Sonnet 5 01690ce658 hypr: switch default browser hotkey to Chrome
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>
2026-08-15 09:00:15 +02:00

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)