aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Carlo Abelli <carlo.abelli@gmail.com>2019-02-25 14:24:02 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-02-25 17:10:04 -0500
commitc129767bc05ad5c98c1fa73f261cf30ff59346dd (patch)
tree0a3e94a02ec79a05a02f57875a4ba2bec026bcf9
parentMake load_include_configs void. Fix some cases where WD would not be restored. (diff)
downloadsway-c129767bc05ad5c98c1fa73f261cf30ff59346dd.tar.gz
sway-c129767bc05ad5c98c1fa73f261cf30ff59346dd.tar.zst
sway-c129767bc05ad5c98c1fa73f261cf30ff59346dd.zip
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 1affca5f..63b9fecd 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -511,9 +511,9 @@ The default colors are:
511 511
512*smart_borders* on|no_gaps|off 512*smart_borders* on|no_gaps|off
513 If smart_borders are _on_, borders will only be enabled if the workspace 513 If smart_borders are _on_, borders will only be enabled if the workspace
514 only has one visible child (identical to _hide_edge_borders_ smart). If 514 has more than one visible child (identical to _hide_edge_borders_ smart).
515 smart_borders is set to _no_gaps_, borders will only be enabled if the 515 If smart_borders is set to _no_gaps_, borders will only be enabled if the
516 workspace only has one visible child and gaps greater than zero. 516 workspace has more than one visible child and gaps equal to zero.
517 517
518*smart_gaps* on|off 518*smart_gaps* on|off
519 If smart_gaps are _on_ gaps will only be enabled if a workspace has more 519 If smart_gaps are _on_ gaps will only be enabled if a workspace has more