more stuff

This commit is contained in:
2025-11-27 14:08:31 +02:00
parent 3ed3f50d86
commit 4335f89b4f
4 changed files with 19 additions and 40 deletions

View File

@@ -4,6 +4,7 @@
osConfig,
perSystem,
# pkgs,
clipboard,
launcher,
lockscreen,
...
@@ -303,12 +304,12 @@ in {
Mod+Ctrl+Space repeat=false { toggle-overview; }
Mod+Return repeat=false { spawn "/bin/sh" "-c" "$TERMINAL"; }
Mod+BackSpace repeat=false { spawn "${launcher}"; }
Mod+A repeat=false { spawn "${launcher}"; }
Mod+BackSpace repeat=false { spawn "sh" "-c" "${launcher}"; }
Mod+D repeat=false { spawn "sh" "-c" "${launcher}"; }
Mod+Ctrl+L repeat=false { spawn "${lockscreen}"; }
Mod+Ctrl+V repeat=false { spawn "copyq" "menu"; }
Mod+Ctrl+V repeat=false { spawn "sh" "-c" "${clipboard}"; }
Mod+Shift+W repeat=false { spawn "walker" "-m" "windows"; }
// Mod+Shift+W repeat=false { spawn "walker" "-m" "windows"; }
Mod+Ctrl+Shift+BracketLeft { quit; }
Mod+Ctrl+Shift+BracketRight { power-off-monitors; }