diff --git a/etc/config b/etc/config index f08dac9951..3be9831dd9 100644 --- a/etc/config +++ b/etc/config @@ -168,7 +168,7 @@ mode "resize" { bindsym Up resize shrink height 10 px or 10 ppt bindsym Right resize grow width 10 px or 10 ppt - # back to normal: Enter or Escape + # back to normal: Enter or Escape or Mod1+r bindsym Return mode "default" bindsym Escape mode "default" bindsym Mod1+r mode "default" diff --git a/etc/config.keycodes b/etc/config.keycodes index a22f161767..2d56876c24 100644 --- a/etc/config.keycodes +++ b/etc/config.keycodes @@ -154,7 +154,7 @@ mode "resize" { bindcode 111 resize shrink height 10 px or 10 ppt bindcode 114 resize grow width 10 px or 10 ppt - # back to normal: Enter or Escape + # back to normal: Enter or Escape or $mod+r bindcode 36 mode "default" bindcode 9 mode "default" bindcode $mod+27 mode "default"