hosts/dunamis/users/user/programs.nix: sort home.programs, add script shortcut

modules/home/desktop/niri/default.nix: remove Alt keybinds

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-03-26 16:27:46 +02:00
parent 453fdd779e
commit d4b568a0d5
2 changed files with 27 additions and 16 deletions

View File

@ -624,9 +624,9 @@ in {
Mod+Return repeat=false { spawn "${terminal}"; }
Mod+Space repeat=false { spawn "${launcher}"; }
Mod+Alt+L repeat=false { spawn "${lockscreen}"; }
Mod+Alt+B repeat=false { spawn "${browser}"; }
Mod+Alt+V repeat=false { spawn "copyq" "toggle"; }
Mod+Ctrl+L repeat=false { spawn "${lockscreen}"; }
Mod+Ctrl+B repeat=false { spawn "${browser}"; }
Mod+Ctrl+V repeat=false { spawn "copyq" "toggle"; }
Mod+Ctrl+Shift+BracketLeft { quit; }
Mod+Ctrl+Shift+BracketRight { power-off-monitors; }