aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar bR3iN <bR3iN@posteo.de>2021-10-28 15:31:23 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2021-10-29 13:37:58 +0200
commit9969de9e00a1ca89ded85d418a72c4ebbce91331 (patch)
tree28cf0f1d6e77e7e99a0df51c165e769a262b6920 /sway/sway.5.scd
parentfix cursor input for layer-shell surfaces (diff)
downloadsway-9969de9e00a1ca89ded85d418a72c4ebbce91331.tar.gz
sway-9969de9e00a1ca89ded85d418a72c4ebbce91331.tar.zst
sway-9969de9e00a1ca89ded85d418a72c4ebbce91331.zip
Add smart_gaps inverse_outer command
Add a subcommand for `smart_gaps` that enables outer gaps only on workspaces with exactly one visible child. Also add documentation for `smart_gaps toggle`.
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd5
1 files changed, 3 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index e8d3d606..ec34a56c 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -692,9 +692,10 @@ The default colors are:
692 borders will only be enabled if the workspace has more than one visible 692 borders will only be enabled if the workspace has more than one visible
693 child and gaps equal to zero. 693 child and gaps equal to zero.
694 694
695*smart_gaps* on|off 695*smart_gaps* on|off|toggle|inverse_outer
696 If smart_gaps are _on_ gaps will only be enabled if a workspace has more 696 If smart_gaps are _on_ gaps will only be enabled if a workspace has more
697 than one child. 697 than one child. If smart_gaps are _inverse_outer_ outer gaps will only
698 be enabled if a workspace has exactly one child.
698 699
699*mark* --add|--replace [--toggle] <identifier> 700*mark* --add|--replace [--toggle] <identifier>
700 Marks are arbitrary labels that can be used to identify certain windows and 701 Marks are arbitrary labels that can be used to identify certain windows and