]> git.sur5r.net Git - i3/i3/commitdiff
Merge pull request #3185 from orestisf1993/cmd_move_window_to_position
authorIngo Bürk <admin@airblader.de>
Wed, 21 Mar 2018 07:38:41 +0000 (08:38 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Mar 2018 07:38:41 +0000 (08:38 +0100)
Remove 'method' from cmd_move_window_to_position

1  2 
docs/userguide

diff --combined docs/userguide
index 9ba181e03c6020efa0c19e0e24c98dd924b82234,7240409c81ee81deaeeec2674caeeb0d5dd2df94..5fc36585d02b3fb7a67bfe7adc43e6aca6bf2a62
@@@ -2030,10 -2030,13 +2030,13 @@@ Use the +move+ command to move a contai
  # 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
@@@ -2258,7 -2261,8 +2261,7 @@@ See <<move_to_outputs>> for how to mov
  RandR output.
  
  [[move_to_outputs]]
 -[[_moving_containers_workspaces_to_randr_outputs]]
 -=== Moving containers/workspaces to RandR outputs
 +=== [[_moving_containers_workspaces_to_randr_outputs]]Moving containers/workspaces to RandR outputs
  
  To move a container to another RandR output (addressed by names like +LVDS1+ or
  +VGA1+) or to a RandR output identified by a specific direction (like +left+,