diff --git a/config.kdl b/config.kdl index f88013c..e5b361b 100644 --- a/config.kdl +++ b/config.kdl @@ -365,6 +365,7 @@ binds { // Suggested binds for running programs: terminal, app launcher, screen locker. Mod+T hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; } Mod+D hotkey-overlay-title="Run an Application: rofi" { spawn-sh "rofi -show drun"; } + Mod+B hotkey-overlay-title="Run an Browser: firefox" { spawn "firefox"; } Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; } // Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.