···375375376376 // Suggested binds for running programs: terminal, app launcher, screen locker.
377377 Mod+T hotkey-overlay-title="Open a Terminal: ghostty" { spawn "ghostty"; }
378378+ Super+E hotkey-overlay-title="Open a File Manager: nautilus" { spawn "nautilus"; }
378379 Super+Alt+L hotkey-overlay-title="Lock the Screen" { spawn-sh "noctalia-shell ipc call lockScreen lock"; }
379380380381 // Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.