aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Baltazár Radics <baltazar.radics@gmail.com>2022-08-11 00:36:27 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2022-08-11 08:21:37 +0200
commit6e023257e8e9a6673fc3ff69048cdaf8baa70044 (patch)
tree386d17844f58766658525339d66297e67cccbc7c
parentsway-output.5: improve display of parameter (diff)
downloadsway-6e023257e8e9a6673fc3ff69048cdaf8baa70044.tar.gz
sway-6e023257e8e9a6673fc3ff69048cdaf8baa70044.tar.zst
sway-6e023257e8e9a6673fc3ff69048cdaf8baa70044.zip
man: sway(5) move fixes
-rw-r--r--sway/sway.5.scd9
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>
216 further details. 216 further details.
217 217
218*move* left|right|up|down [<px> px] 218*move* left|right|up|down [<px> px]
219 Moves the focused container in the direction specified. If the container, 219 Moves the focused container in the direction specified. The optional _px_
220 the optional _px_ argument specifies how many pixels to move the container. 220 argument specifies how many pixels to move the container. If unspecified,
221 If unspecified, the default is 10 pixels. Pixels are ignored when moving 221 the default is 10 pixels. Pixels are ignored when moving tiled containers.
222 tiled containers.
223 222
224*move* [absolute] position <pos_x> [px|ppt] <pos_y> [px|ppt] 223*move* [absolute] position <pos_x> [px|ppt] <pos_y> [px|ppt]
225 Moves the focused container to the specified position in the workspace. 224 Moves the focused container to the specified position in the workspace.
226 The position can be specified in pixels or percentage points, omitting 225 The position can be specified in pixels or percentage points, omitting
227 the unit defaults to pixels. If _absolute_ is used, the position is 226 the unit defaults to pixels. If _absolute_ is used, the position is
228 relative to all outputs. _absolute_ can not be used with percentage points. 227 relative to all outputs. _absolute_ can not be used with percentage points.
229 228
230*move* [absolute] position center 229*move* [absolute] position center