From d01239ac01fff06449538300a19c42d4a156d864 Mon Sep 17 00:00:00 2001 From: Akina Date: Thu, 30 Apr 2026 18:03:24 +0900 Subject: [PATCH] feat: add run firefox shutchut --- config.kdl | 1 + 1 file changed, 1 insertion(+) 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.