From: Diki Ananta Date: Fri, 5 Jan 2018 00:14:57 +0000 (+0700) Subject: config: add comment $mod+r in back to normal when resize window X-Git-Tag: 4.15~21^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c2483e415cfe8b95a7f26551cb1a1c66b8f60ea4;hp=59e2b7d48e3cf532675cb524f6ea02dd8dc31181;p=i3%2Fi3 config: add comment $mod+r in back to normal when resize window --- diff --git a/etc/config b/etc/config index f08dac99..3be9831d 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 a22f1617..2d56876c 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"