This commit is contained in:
Never Gude 2026-03-26 23:10:37 +01:00
parent 7f859b3305
commit 62df19e39f
7 changed files with 30 additions and 9 deletions

View file

@ -387,6 +387,7 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+Return hotkey-overlay-title="Open a Terminal: alacritty" { spawn-sh "alacritty msg create-window"; }
Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
Mod+Shift+D hotkey-overlay-title="Switch to Window: fuzzel" { spawn "windowmenu.fish"; }
Mod+B hotkey-overlay-title="Search the Web: fuzzel" { spawn "browserprompt.fish"; }
Mod+E hotkey-overlay-title="Open Email Client: evolution" { spawn "evolution"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }