updates ironbar config

This commit is contained in:
Dennis Schoepf 2025-11-27 01:16:09 +01:00
parent 354cab22e6
commit 64755bbf8a
3 changed files with 27 additions and 1 deletions

View file

@ -297,7 +297,7 @@ binds {
Mod+Shift+Slash { show-hotkey-overlay; }
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+T hotkey-overlay-title="Open a terminal" { spawn "ghostty +new-window"; }
Mod+T hotkey-overlay-title="Open a terminal" { spawn "ghostty"; }
Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; }
Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; }
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "ghostty -e btop"; }