`move` syntax clarification: (#2591)
both x and y position need to be specified
This commit is contained in:
parent
a301396997
commit
d7dcef61d7
|
@ -1921,7 +1921,8 @@ move <left|right|down|up> [<px> px]
|
||||||
# Moves the container either to a specific location
|
# Moves the container either to a specific location
|
||||||
# or to the center of the screen. If 'absolute' is
|
# or to the center of the screen. If 'absolute' is
|
||||||
# used, it is moved to the center of all outputs.
|
# 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
|
# Moves the container to the current position of the
|
||||||
# mouse cursor. Only affects floating containers.
|
# mouse cursor. Only affects floating containers.
|
||||||
|
|
Loading…
Reference in New Issue