fixes some things

This commit is contained in:
Dennis Schoepf 2026-02-09 21:58:26 +01:00
parent b9e719b5cd
commit 384ea62bd8
2 changed files with 17 additions and 14 deletions

View file

@ -286,7 +286,7 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+Return hotkey-overlay-title="Open a terminal" { spawn "ghostty"; }
Mod+Space hotkey-overlay-title="Launcher" { spawn "noctalia-shell ipc call launcher"; }
Mod+Space hotkey-overlay-title="Launcher" { spawn "noctalia-shell ipc call launcher toggle"; }
Mod+B hotkey-overlay-title="Browser" { spawn "zen-beta"; }
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "noctalia-shell ipc call systemMonitor toggle"; }
Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; }