about summary refs log tree commit diff
path: root/users/glittershark/system/home/modules/i3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/system/home/modules/i3.nix')
-rw-r--r--users/glittershark/system/home/modules/i3.nix10
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 499f4ed3b8..cf1fa325dd 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";