mirror of
https://github.com/swaywm/sway.git
synced 2025-03-01 20:39:08 +00:00
Revert "Fixed typo"
This reverts commit 26323d6ac6
.
I was told this change shouldn't be done.
Also, I modified sway.5.scd according to the responses given by the developers.
N.B., This is my first time using git in this way. First I reverted the commit regarding a typo. Then I made changes to the file sway.5.scd. Lastly, I ran `git commit --amend -a`, and was presented with this file asking for a commit message. This is the same file I saw after reverting the old commit about a typo. I'm not sure if I did this correctly.
This commit is contained in:
parent
f77119e778
commit
0a5c9f2600
1 changed files with 3 additions and 3 deletions
|
@ -284,7 +284,7 @@ set|plus|minus|toggle <amount>
|
||||||
*resize* shrink|grow width|height [<amount> [px|ppt]]
|
*resize* shrink|grow width|height [<amount> [px|ppt]]
|
||||||
Resizes the currently focused container by _amount_, specified in pixels or
|
Resizes the currently focused container by _amount_, specified in pixels or
|
||||||
percentage points. If the units are omitted, floating containers are resized
|
percentage points. If the units are omitted, floating containers are resized
|
||||||
in px and tiled containers by ppt. _Amount_ will default to 10 if omitted.
|
in px and tiled containers by ppt. _amount_ will default to 10 if omitted.
|
||||||
|
|
||||||
*resize* set height <height> [px|ppt]
|
*resize* set height <height> [px|ppt]
|
||||||
Sets the height of the container to _height_, specified in pixels or
|
Sets the height of the container to _height_, specified in pixels or
|
||||||
|
@ -669,9 +669,9 @@ The default colors are:
|
||||||
|
|
||||||
*gaps* inner|outer|horizontal|vertical|top|right|bottom|left <amount>
|
*gaps* inner|outer|horizontal|vertical|top|right|bottom|left <amount>
|
||||||
Sets the default _amount_ of pixels for the _inner_ or _outer_ gaps, where _inner_
|
Sets the default _amount_ of pixels for the _inner_ or _outer_ gaps, where _inner_
|
||||||
affects spacing around each view and _outer _affects spacing around each
|
affects spacing around each view and _outer_ affects spacing around each
|
||||||
workspace. Values for outer gaps may serve to increase or reduce those for inner gaps. To reduce or remove
|
workspace. Values for outer gaps may serve to increase or reduce those for inner gaps. To reduce or remove
|
||||||
gaps around views or workspaces, outer gaps can be set to a negative value. _Outer_ gaps can
|
gaps around views or workspaces, outer gaps can be set to a negative value. _outer_ gaps can
|
||||||
also be specified per side with _top_, _right_, _bottom_, or _left_, or
|
also be specified per side with _top_, _right_, _bottom_, or _left_, or
|
||||||
directionally with _horizontal_ or _vertical_.
|
directionally with _horizontal_ or _vertical_.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue