aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ronan Pigott <rpigott@berkeley.edu>2019-11-04 15:10:40 -0700
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-11-04 21:16:27 -0500
commit3975ca28c2e870eb3f40bbd43a90354743f7ccf1 (patch)
treed35aa9aa8b0c17e94fb24359a13ab83547cafae5 /sway/sway.5.scd
parentAdd --custom to `output mode` command (diff)
downloadsway-3975ca28c2e870eb3f40bbd43a90354743f7ccf1.tar.gz
sway-3975ca28c2e870eb3f40bbd43a90354743f7ccf1.tar.zst
sway-3975ca28c2e870eb3f40bbd43a90354743f7ccf1.zip
smart_borders: separate smartness from edge types
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd12
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:
603 603
604*hide_edge_borders* [--i3] none|vertical|horizontal|both|smart|smart_no_gaps 604*hide_edge_borders* [--i3] none|vertical|horizontal|both|smart|smart_no_gaps
605 Hides window borders adjacent to the screen edges. Default is _none_. The 605 Hides window borders adjacent to the screen edges. Default is _none_. The
606 _--i3_ option enables i3-compatible behavior to hide the title bar on tabbed 606 _--i3_ option enables i3-compatible behavior to hide the title bar on
607 and stacked containers with one child. 607 tabbed and stacked containers with one child. The _smart_|_smart_no_gaps_
608 options are equivalent to setting _smart_borders_ smart|no_gaps and
609 _hide_edge_borders_ none.
608 610
609*input* <input_device> <input-subcommands...> 611*input* <input_device> <input-subcommands...>
610 For details on input subcommands, see *sway-input*(5). 612 For details on input subcommands, see *sway-input*(5).
@@ -621,9 +623,9 @@ The default colors are:
621 623
622*smart_borders* on|no_gaps|off 624*smart_borders* on|no_gaps|off
623 If smart_borders are _on_, borders will only be enabled if the workspace 625 If smart_borders are _on_, borders will only be enabled if the workspace
624 has more than one visible child (identical to _hide_edge_borders_ smart). 626 has more than one visible child. If smart_borders is set to _no_gaps_,
625 If smart_borders is set to _no_gaps_, borders will only be enabled if the 627 borders will only be enabled if the workspace has more than one visible
626 workspace has more than one visible child and gaps equal to zero. 628 child and gaps equal to zero.
627 629
628*smart_gaps* on|off 630*smart_gaps* on|off
629 If smart_gaps are _on_ gaps will only be enabled if a workspace has more 631 If smart_gaps are _on_ gaps will only be enabled if a workspace has more