]> git.sur5r.net Git - i3/i3/commitdiff
Merge pull request #3110 from DikiCook/config
authorIngo Bürk <admin@airblader.de>
Fri, 5 Jan 2018 17:43:51 +0000 (18:43 +0100)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2018 17:43:51 +0000 (18:43 +0100)
Add comment $mod+r in back to normal when resize window

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
 
-        # 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"
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
 
-        # 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"