]> git.sur5r.net Git - i3/i3/commitdiff
docs: improve documentation on modes (Thanks xeen)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 26 Jan 2010 21:48:12 +0000 (22:48 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 26 Jan 2010 21:48:12 +0000 (22:48 +0100)
docs/userguide

index 529478bada72a6f33edef371b6cc4497d6d17273..108060309187a582ac0ee3c69ea8366589eb9448 100644 (file)
@@ -546,8 +546,8 @@ bindsym Mod1+p pw
 === Resizing columns/rows
 
 If you want to resize columns/rows using your keyboard, you can use the
-+resize+ command, I recommend using it a +mode+ (you need to use the new
-lexer/parser for that, so pass +-l+ to i3 when starting):
++resize+ command, I recommend using it inside a so called +mode+ (you need to
+use the new lexer/parser for that, so pass +-l+ to i3 when starting):
 
 .Example: Configuration file, defining a mode for resizing
 ----------------------------------------------------------------------
@@ -572,6 +572,9 @@ mode "resize" {
 
         bind 36 mode default
 }
+
+# Enter resize mode
+bindsym Mod1+r mode resize
 ----------------------------------------------------------------------
 
 === Jumping to specific windows