aboutsummaryrefslogtreecommitdiff
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorRyan Dwyer <RyanDwyer@users.noreply.github.com>2018-10-02 11:37:33 +1000
committerGitHub <noreply@github.com>2018-10-02 11:37:33 +1000
commit183a4b0d6bbd17199d7071bfe5b76feb87838c18 (patch)
treea19bcbc62ff5d4ddcb822914a4f3516c7766406a /sway/sway.5.scd
parentb542c5413efdbbe0bbf3be0196fe566b8c6bb07f (diff)
parentbb25194844599bb653a78633c9c09c0c0ff225ee (diff)
downloadsway-183a4b0d6bbd17199d7071bfe5b76feb87838c18.tar.xz
Merge pull request #2740 from RedSoxFan/gap-borders
Handle gap borders
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd8
1 files changed, 7 insertions, 1 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index aa5b38ab..3202d517 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -431,7 +431,7 @@ The default colors are:
Changes the _inner_ or _outer_ gaps for either _all_ workspaces or the
_current_ workspace.
-*hide\_edge\_borders* none|vertical|horizontal|both|smart
+*hide\_edge\_borders* none|vertical|horizontal|both|smart|smart\_no\_gaps
Hides window borders adjacent to the screen edges. Default is _none_.
*input* <input\_device> <input-subcommands...>
@@ -456,6 +456,12 @@ The default colors are:
*kill*
Kills (closes) the currently focused container and all of its children.
+*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.
+
*smart\_gaps* on|off
If smart\_gaps are _on_ gaps will only be enabled if a workspace has more
than one child.