]> git.sur5r.net Git - i3/i3/commitdiff
`move` syntax clarification: (#2591)
authorJohannes Lange <jolange@users.noreply.github.com>
Wed, 30 Nov 2016 07:19:36 +0000 (08:19 +0100)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Wed, 30 Nov 2016 07:19:36 +0000 (08:19 +0100)
both x and y position need to be specified

docs/userguide

index acdc0a587e1834854fb6aebf532388e8cfde8d92..e1e65c24906aabfcee07777ff5c25be306f1a1ed 100644 (file)
@@ -1921,7 +1921,8 @@ move <left|right|down|up> [<px> px]
 # Moves the container either to a specific location
 # or to the center of the screen. If 'absolute' is
 # used, it is moved to the center of all outputs.
-move [absolute] position [[<px> px] [<px> px]|center]
+move [absolute] position <pos_x> [px] <pos_y> [px]
+move [absolute] position center
 
 # Moves the container to the current position of the
 # mouse cursor. Only affects floating containers.