mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
feat(niri): bind Mod+Return to terminal
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ spawn-at-startup "noctalia-shell"
|
||||
binds {
|
||||
Mod+Shift+Slash { show-hotkey-overlay; }
|
||||
|
||||
Mod+T hotkey-overlay-title="Run Blackbox" { spawn "blackbox"; }
|
||||
Mod+Return hotkey-overlay-title="Run Blackbox" { spawn "blackbox"; }
|
||||
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"; }
|
||||
|
||||
Reference in New Issue
Block a user