diff options
author | Ronan Pigott <rpigott@berkeley.edu> | 2019-11-04 15:10:40 -0700 |
---|---|---|
committer | Brian Ashworth <bosrsf04@gmail.com> | 2019-11-04 21:16:27 -0500 |
commit | 3975ca28c2e870eb3f40bbd43a90354743f7ccf1 (patch) | |
tree | d35aa9aa8b0c17e94fb24359a13ab83547cafae5 /sway/sway.5.scd | |
parent | 38b37247ff26b7c0926a8d31c1a91f818d1f5d84 (diff) |
smart_borders: separate smartness from edge types
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 8315f8a1..9119b379 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -603,8 +603,10 @@ The default colors are: *hide_edge_borders* [--i3] none|vertical|horizontal|both|smart|smart_no_gaps Hides window borders adjacent to the screen edges. Default is _none_. The - _--i3_ option enables i3-compatible behavior to hide the title bar on tabbed - and stacked containers with one child. + _--i3_ option enables i3-compatible behavior to hide the title bar on + tabbed and stacked containers with one child. The _smart_|_smart_no_gaps_ + options are equivalent to setting _smart_borders_ smart|no_gaps and + _hide_edge_borders_ none. *input* <input_device> <input-subcommands...> For details on input subcommands, see *sway-input*(5). @@ -621,9 +623,9 @@ The default colors are: *smart_borders* on|no_gaps|off If smart_borders are _on_, borders will only be enabled if the workspace - 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. + has more than one visible child. 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 |