]> git.sur5r.net Git - i3/i3/commitdiff
config: add comment $mod+r in back to normal when resize window 3110/head
authorDiki Ananta <diki1aap@gmail.com>
Fri, 5 Jan 2018 00:14:57 +0000 (07:14 +0700)
committerDiki Ananta <diki1aap@gmail.com>
Fri, 5 Jan 2018 00:14:57 +0000 (07:14 +0700)
etc/config
etc/config.keycodes

index f08dac995152dcb546fe139e862c32401ed05e5a..3be9831dd9004e00e3469268dc2cb1e5d2f6678d 100644 (file)
@@ -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
 
         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"
         bindsym Return mode "default"
         bindsym Escape mode "default"
         bindsym Mod1+r mode "default"
index a22f161767b15c154e52040b01fdeef520231fb7..2d56876c249b4d39d72fd19743b9d9b105731fe8 100644 (file)
@@ -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
 
         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"
         bindcode 36 mode "default"
         bindcode 9 mode "default"
         bindcode $mod+27 mode "default"