From c129767bc05ad5c98c1fa73f261cf30ff59346dd Mon Sep 17 00:00:00 2001 From: Carlo Abelli Date: Mon, 25 Feb 2019 14:24:02 -0500 Subject: fix smart_borders description in manual The wording for smart_borders was opposite the actual behavior. --- 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 1affca5f..63b9fecd 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 -- cgit v1.2.3