From 0a5c9f260089d63c411e8495c56eac866962ed9e Mon Sep 17 00:00:00 2001 From: Pound_Hash Date: Mon, 4 Apr 2022 14:21:07 -0700 Subject: [PATCH] Revert "Fixed typo" This reverts commit 26323d6ac63404274662f5da9e8e11c8052f7c81. 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. --- sway/sway.5.scd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 89e366774..2c0a3bb58 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -284,7 +284,7 @@ set|plus|minus|toggle *resize* shrink|grow width|height [ [px|ppt]] Resizes the currently focused container by _amount_, specified in pixels or 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 [px|ppt] 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 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 - 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 directionally with _horizontal_ or _vertical_.