aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Nils Schulte <git@nilsschulte.de>2020-07-16 12:04:29 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2020-07-21 10:07:01 +0200
commitb513981378f0ba79a5d3b80b7410addf5595a8ee (patch)
treed9a2357a34c476c1d6fe28e28f5bd369bf1aa40e /sway/sway.5.scd
parentmoved and renamed movement-unit parsing to common (diff)
downloadsway-b513981378f0ba79a5d3b80b7410addf5595a8ee.tar.gz
sway-b513981378f0ba79a5d3b80b7410addf5595a8ee.tar.zst
sway-b513981378f0ba79a5d3b80b7410addf5595a8ee.zip
added ppt unit to move position command
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd8
1 files changed, 5 insertions, 3 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 6e3ae86d..65ae9087 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -215,9 +215,11 @@ set|plus|minus <amount>
215 If unspecified, the default is 10 pixels. Pixels are ignored when moving 215 If unspecified, the default is 10 pixels. Pixels are ignored when moving
216 tiled containers. 216 tiled containers.
217 217
218*move* [absolute] position <pos_x> [px] <pos_y> [px] 218*move* [absolute] position <pos_x> [px|ppt] <pos_y> [px|ptt]
219 Moves the focused container to the specified position in the workspace. If 219 Moves the focused container to the specified position in the workspace.
220 _absolute_ is used, the position is relative to all outputs. 220 The position can be specified in pixels or percentage points, ommitting
221 the unit defualts to pixels. If _absolute_ is used, the position is
222 relative to all outputs. _absolute_ can not be used with percentage points.
221 223
222*move* [absolute] position center 224*move* [absolute] position center
223 Moves the focused container to be centered on the workspace. If _absolute_ 225 Moves the focused container to be centered on the workspace. If _absolute_