diff options
Diffstat (limited to 'users/glittershark')
-rw-r--r-- | users/glittershark/system/home/modules/i3.nix | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/users/glittershark/system/home/modules/i3.nix b/users/glittershark/system/home/modules/i3.nix index 499f4ed3b817..cf1fa325dd4c 100644 --- a/users/glittershark/system/home/modules/i3.nix +++ b/users/glittershark/system/home/modules/i3.nix @@ -143,8 +143,14 @@ in { Pause = "exec lock"; # Sleep/hibernate - "${mod}+Escape" = "exec systemctl suspend"; - "${mod}+Shift+Escape" = "exec systemctl hibernate"; + # "${mod}+Escape" = "exec systemctl suspend"; + # "${mod}+Shift+Escape" = "exec systemctl hibernate"; + + # Scratch buffer + "${mod}+minus" = "scratchpad show"; + "${mod}+Shift+minus" = "move scratchpad"; + "${mod}+space" = "focus mode_toggle"; + "${mod}+Shift+space" = "floating toggle"; # Screen Layout "${mod}+Shift+t" = "exec xrandr --auto"; |