From bc5392e909bada7121c30d88f2dedb2515df0d80 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 14 Dec 2020 12:44:52 -0500 Subject: feat(gs/system): Bring back scratch buffer bindings More bindings that existed in the default i3 config but I had never explicitly specified. Change-Id: I57de0d3221afac299da9a09224564571037f67fa Reviewed-on: https://cl.tvl.fyi/c/depot/+/2245 Tested-by: BuildkiteCI Reviewed-by: glittershark --- users/glittershark/system/home/modules/i3.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'users/glittershark/system/home') 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"; -- cgit 1.4.1