]> git.sur5r.net Git - i3/i3/blobdiff - docs/userguide
resize set: accept 'width' and 'height' keywords
[i3/i3] / docs / userguide
index e82403900374d50aadd57103c3c35b68e163c061..a8b35f3e5c6a7992c5475bc43086405120a8977d 100644 (file)
@@ -2320,7 +2320,9 @@ If you want to resize containers/windows using your keyboard, you can use the
 *Syntax*:
 -------------------------------------------------------
 resize grow|shrink <direction> [<px> px [or <ppt> ppt]]
-resize set <width> [px | ppt] <height> [px | ppt]
+resize set [width] <width> [px | ppt]
+resize set height <height> [px | ppt]
+resize set [width] <width> [px | ppt] [height] <height> [px | ppt]
 -------------------------------------------------------
 
 Direction can either be one of +up+, +down+, +left+ or +right+. Or you can be