]> git.sur5r.net Git - i3/i3/blobdiff - etc/config.keycodes
config: add comment $mod+r in back to normal when resize window
[i3/i3] / etc / config.keycodes
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"