From c2483e415cfe8b95a7f26551cb1a1c66b8f60ea4 Mon Sep 17 00:00:00 2001 From: Diki Ananta Date: Fri, 5 Jan 2018 07:14:57 +0700 Subject: [PATCH] config: add comment $mod+r in back to normal when resize window --- etc/config | 2 +- etc/config.keycodes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.2