feat(program): replace blackbox with kitty

This commit is contained in:
2026-05-23 11:24:23 +02:00
parent 5703190fc1
commit c598be8f3f
6 changed files with 41 additions and 40 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ spawn-at-startup "noctalia-shell"
binds {
Mod+Shift+Slash { show-hotkey-overlay; }
Mod+Return hotkey-overlay-title="Run Blackbox" { spawn "blackbox"; }
Mod+Return hotkey-overlay-title="Run Kitty" { spawn "kitty"; }
Mod+B hotkey-overlay-title="Run Firefox" { spawn "firefox"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen" { spawn "noctalia-shell" "ipc" "call" "lockScreen" "lock"; }
Mod+Space hotkey-overlay-title="Run application launcher" { spawn-sh "noctalia-shell ipc call launcher toggle"; }