`move` syntax clarification: (#2591)

both x and y position need to be specified
next
Johannes Lange 2016-11-30 08:19:36 +01:00 committed by Michael Stapelberg
parent a301396997
commit d7dcef61d7
1 changed files with 2 additions and 1 deletions

View 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.