Various changes

This commit is contained in:
Zeph Levy 2026-02-07 18:54:19 +01:00
parent fda390dddf
commit 1e6b79a97e
4 changed files with 6 additions and 3 deletions

View file

@ -44,5 +44,6 @@
ELECTRON_OZONE_PLATFORM_HINT = "wayland";
GDK_BACKEND = "wayland";
SURGE_CLAP = "${pkgs.surge-XT}/lib/clap";
};
}

View file

@ -240,6 +240,7 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+RETURN hotkey-overlay-title="Open a Terminal: foot" { spawn "foot"; }
Mod+SPACE hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
Mod+SHIFT+SPACE hotkey-overlay-title="Open Emoji Picker" { spawn "bemoji -t --private"; }
Mod+S hotkey-overlay-title="Open a Browser: librewolf" { spawn "librewolf"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: hyprlock" { spawn "hyprlock"; }
Mod+T hotkey-overlay-title="Open file picker: Thunar" { spawn "thunar"; }