Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man: fix incorrect smart_borders documentation #8466

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions sway/sway.5.scd
Original file line number Diff line number Diff line change
Expand Up @@ -785,10 +785,11 @@ The default colors are:
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
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.
If smart_borders are _on_, borders will only be enabled if the workspace 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 or the
workspace does not fill the output. The workspace does not fill the output
when the sum of inner and outer gaps is positive for any of its sides.

*smart_gaps* on|off|toggle|inverse_outer
If smart_gaps are _on_ gaps will only be enabled if a workspace has more
Expand Down