mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
man: sway(5) move fixes
This commit is contained in:
parent
ebf441b359
commit
6e023257e8
|
@ -216,15 +216,14 @@ set|plus|minus|toggle <amount>
|
||||||
further details.
|
further details.
|
||||||
|
|
||||||
*move* left|right|up|down [<px> px]
|
*move* left|right|up|down [<px> px]
|
||||||
Moves the focused container in the direction specified. If the container,
|
Moves the focused container in the direction specified. The optional _px_
|
||||||
the optional _px_ argument specifies how many pixels to move the container.
|
argument specifies how many pixels to move the container. If unspecified,
|
||||||
If unspecified, the default is 10 pixels. Pixels are ignored when moving
|
the default is 10 pixels. Pixels are ignored when moving tiled containers.
|
||||||
tiled containers.
|
|
||||||
|
|
||||||
*move* [absolute] position <pos_x> [px|ppt] <pos_y> [px|ppt]
|
*move* [absolute] position <pos_x> [px|ppt] <pos_y> [px|ppt]
|
||||||
Moves the focused container to the specified position in the workspace.
|
Moves the focused container to the specified position in the workspace.
|
||||||
The position can be specified in pixels or percentage points, omitting
|
The position can be specified in pixels or percentage points, omitting
|
||||||
the unit defaults to pixels. If _absolute_ is used, the position is
|
the unit defaults to pixels. If _absolute_ is used, the position is
|
||||||
relative to all outputs. _absolute_ can not be used with percentage points.
|
relative to all outputs. _absolute_ can not be used with percentage points.
|
||||||
|
|
||||||
*move* [absolute] position center
|
*move* [absolute] position center
|
||||||
|
|
Loading…
Reference in a new issue