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:
@ -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; }
|
||||
|
Reference in New Issue
Block a user