From 26323d6ac63404274662f5da9e8e11c8052f7c81 Mon Sep 17 00:00:00 2001 From: Pound_Hash Date: Sun, 3 Apr 2022 10:57:19 -0700 Subject: [PATCH 1/3] Fixed typo --- sway/sway.5.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 168761e1a..6761fe66e 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 From f77119e778e60828dddcc0937f866da7f9a7dd8f Mon Sep 17 00:00:00 2001 From: Pound_Hash Date: Sun, 3 Apr 2022 12:14:18 -0700 Subject: [PATCH 2/3] Fixed grammar and typos for GAPS --- sway/sway.5.scd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 6761fe66e..89e366774 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -668,12 +668,12 @@ The default colors are: See *CRITERIA* for more details. *gaps* inner|outer|horizontal|vertical|top|right|bottom|left - Sets default _amount_ pixels of _inner_ or _outer_ gap, where the inner - affects spacing around each view and outer affects the spacing around each - workspace. Outer gaps are in addition to inner gaps. To reduce or remove - outer gaps, outer gaps can be set to a negative value. _outer_ gaps can - also be specified per side with _top_, _right_, _bottom_, and _left_ or - per direction with _horizontal_ and _vertical_. + 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 + 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 + also be specified per side with _top_, _right_, _bottom_, or _left_, or + directionally with _horizontal_ or _vertical_. This affects new workspaces only, and is used when the workspace doesn't have its own gaps settings (see: workspace gaps ...). From 0a5c9f260089d63c411e8495c56eac866962ed9e Mon Sep 17 00:00:00 2001 From: Pound_Hash Date: Mon, 4 Apr 2022 14:21:07 -0700 Subject: [PATCH 3/3] 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_.