aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlo Abelli <carlo.abelli@gmail.com>2019-02-25 14:24:02 -0500
committerDrew DeVault <sir@cmpwn.com>2019-02-25 17:10:04 -0500
commitc129767bc05ad5c98c1fa73f261cf30ff59346dd (patch)
tree0a3e94a02ec79a05a02f57875a4ba2bec026bcf9
parent401df9cff48351459d9f733432d0122384827e87 (diff)
downloadsway-c129767bc05ad5c98c1fa73f261cf30ff59346dd.zip
sway-c129767bc05ad5c98c1fa73f261cf30ff59346dd.tar.gz
sway-c129767bc05ad5c98c1fa73f261cf30ff59346dd.tar.bz2
fix smart_borders description in manual1.0-rc4
The wording for smart_borders was opposite the actual behavior.
-rw-r--r--sway/sway.5.scd6
1 files changed, 3 insertions, 3 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 1affca5..63b9fec 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -511,9 +511,9 @@ The default colors are:
*smart_borders* on|no_gaps|off
If smart_borders are _on_, borders will only be enabled if the workspace
- only has one visible child (identical to _hide_edge_borders_ smart). If
- smart_borders is set to _no_gaps_, borders will only be enabled if the
- workspace only has one visible child and gaps greater than zero.
+ has more than one visible child (identical to _hide_edge_borders_ smart).
+ If smart_borders is set to _no_gaps_, borders will only be enabled if the
+ workspace has more than one visible child and gaps equal to zero.
*smart_gaps* on|off
If smart_gaps are _on_ gaps will only be enabled if a workspace has more