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 <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2020-12-14 12:44:52 -05:00 committed by glittershark
parent bcea9cd0b3
commit bc5392e909

View file

@ -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";