diff options
author | Nils Schulte <[email protected]> | 2020-07-16 12:04:29 +0200 |
---|---|---|
committer | Simon Ser <[email protected]> | 2020-07-21 10:07:01 +0200 |
commit | b513981378f0ba79a5d3b80b7410addf5595a8ee (patch) | |
tree | d9a2357a34c476c1d6fe28e28f5bd369bf1aa40e /sway/sway.5.scd | |
parent | 6898d1963f7a7f6dcc0bff5d4c484818f38cdacf (diff) |
added ppt unit to move position command
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 8 |
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> If unspecified, the default is 10 pixels. Pixels are ignored when moving tiled containers. -*move* [absolute] position <pos_x> [px] <pos_y> [px] - Moves the focused container to the specified position in the workspace. If - _absolute_ is used, the position is relative to all outputs. +*move* [absolute] position <pos_x> [px|ppt] <pos_y> [px|ptt] + Moves the focused container to the specified position in the workspace. + The position can be specified in pixels or percentage points, ommitting + the unit defualts 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 Moves the focused container to be centered on the workspace. If _absolute_ |