Merge pull request #3185 from orestisf1993/cmd_move_window_to_position
Remove 'method' from cmd_move_window_to_position
This commit is contained in:
@ -2030,10 +2030,13 @@ Use the +move+ command to move a container.
|
||||
# defaults to 10 pixels.
|
||||
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 <pos_x> [px] <pos_y> [px]
|
||||
# Moves the container to the specified pos_x and pos_y
|
||||
# coordinates on the screen.
|
||||
move position <pos_x> [px] <pos_y> [px]
|
||||
|
||||
# Moves the container to the center of the screen.
|
||||
# If 'absolute' is used, it is moved to the center of
|
||||
# all outputs.
|
||||
move [absolute] position center
|
||||
|
||||
# Moves the container to the current position of the
|
||||
|
Reference in New Issue
Block a user