diff options
author | quinno <3379314+quinnyo@users.noreply.github.com> | 2021-08-16 11:47:28 +0000 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-08-16 14:05:48 +0200 |
commit | d0c5c5a60b63ec0582d2a26fb3eb95776dd0b715 (patch) | |
tree | 663bee89ed63f82f5828f4369f6057beb78f0921 | |
parent | c9060bcc12d01972bc3eadce5b3e626fe4fbf986 (diff) |
Fix typo in sway.5.scd
small typo fix (ptt => ppt)
-rw-r--r-- | sway/sway.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 8958c7e3..2403e9c2 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -215,7 +215,7 @@ set|plus|minus|toggle <amount> If unspecified, the default is 10 pixels. Pixels are ignored when moving tiled containers. -*move* [absolute] position <pos_x> [px|ppt] <pos_y> [px|ptt] +*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 |