diff options
author | Baltazár Radics <baltazar.radics@gmail.com> | 2022-08-11 00:36:27 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-08-11 08:21:37 +0200 |
commit | 6e023257e8e9a6673fc3ff69048cdaf8baa70044 (patch) | |
tree | 386d17844f58766658525339d66297e67cccbc7c /sway | |
parent | ebf441b359668c19da866bfdf3b126f171edac4f (diff) |
man: sway(5) move fixes
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway.5.scd | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index db7886f0..d8a462d3 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -216,15 +216,14 @@ set|plus|minus|toggle <amount> further details. *move* left|right|up|down [<px> px] - Moves the focused container in the direction specified. If the container, - the optional _px_ argument specifies how many pixels to move the container. - If unspecified, the default is 10 pixels. Pixels are ignored when moving - tiled containers. + Moves the focused container in the direction specified. The optional _px_ + argument specifies how many pixels to move the container. If unspecified, + the default is 10 pixels. Pixels are ignored when moving tiled containers. *move* [absolute] position <pos_x> [px|ppt] <pos_y> [px|ppt] Moves the focused container to the specified position in the workspace. 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. *move* [absolute] position center |