aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Carlo Abelli <carlo.abelli@gmail.com>2019-02-25 14:24:02 -0500
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-25 14:52:29 -0500
commitb00b0fb9d342ea42a0d15d258206c196b5ef9140 (patch)
tree884d8c3f30fa10ac135e6cbbaa3d26dd840cb894 /sway
parentAllow 0 degree transform (normal transform). (diff)
downloadsway-b00b0fb9d342ea42a0d15d258206c196b5ef9140.tar.gz
sway-b00b0fb9d342ea42a0d15d258206c196b5ef9140.tar.zst
sway-b00b0fb9d342ea42a0d15d258206c196b5ef9140.zip
fix smart_borders description in manual
The wording for smart_borders was opposite the actual behavior.
Diffstat (limited to 'sway')
-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 c0ec85cd..25cb9f4d 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -513,9 +513,9 @@ The default colors are:
513 513
514*smart_borders* on|no_gaps|off 514*smart_borders* on|no_gaps|off
515 If smart_borders are _on_, borders will only be enabled if the workspace 515 If smart_borders are _on_, borders will only be enabled if the workspace
516 only has one visible child (identical to _hide_edge_borders_ smart). If 516 has more than one visible child (identical to _hide_edge_borders_ smart).
517 smart_borders is set to _no_gaps_, borders will only be enabled if the 517 If smart_borders is set to _no_gaps_, borders will only be enabled if the
518 workspace only has one visible child and gaps greater than zero. 518 workspace has more than one visible child and gaps equal to zero.
519 519
520*smart_gaps* on|off 520*smart_gaps* on|off
521 If smart_gaps are _on_ gaps will only be enabled if a workspace has more 521 If smart_gaps are _on_ gaps will only be enabled if a workspace has more