From 0afe714e2b43e95db8b377c62966916ebf242217 Mon Sep 17 00:00:00 2001 From: Wes Roberts Date: Mon, 30 Oct 2017 21:19:12 -0400 Subject: [PATCH] $mod+r toggles resize mode --- etc/config | 1 + etc/config.keycodes | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/config b/etc/config index 483694c1..f6fd5e7b 100644 --- a/etc/config +++ b/etc/config @@ -157,6 +157,7 @@ mode "resize" { # back to normal: Enter or Escape bindsym Return mode "default" bindsym Escape mode "default" + bindsym Mod1+r mode "default" } bindsym Mod1+r mode "resize" diff --git a/etc/config.keycodes b/etc/config.keycodes index 6d10fad2..c07462b4 100644 --- a/etc/config.keycodes +++ b/etc/config.keycodes @@ -144,6 +144,7 @@ mode "resize" { # back to normal: Enter or Escape bindcode 36 mode "default" bindcode 9 mode "default" + bindcode $mod+27 mode "default" } bindcode $mod+27 mode "resize" -- 2.39.2