From: Wes Roberts Date: Tue, 31 Oct 2017 01:19:12 +0000 (-0400) Subject: $mod+r toggles resize mode X-Git-Tag: 4.15~42^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F3040%2Fhead;p=i3%2Fi3 $mod+r toggles resize mode --- 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"