more stuff
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user