aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar -k <slowdive@me.com>2022-05-11 09:58:07 -0700
committerLibravatar Simon Ser <contact@emersion.fr>2022-05-11 19:07:54 +0200
commit28941cee205b831082dd390e6a082a1f6ba3122d (patch)
tree1effa8a60f5a8692b5e656ec5ee6729697bdccc3
parentReplace strncpy with memcpy (diff)
downloadsway-28941cee205b831082dd390e6a082a1f6ba3122d.tar.gz
sway-28941cee205b831082dd390e6a082a1f6ba3122d.tar.zst
sway-28941cee205b831082dd390e6a082a1f6ba3122d.zip
Add descriptions for `stacking` and `tabbed` layouts
Resolves #5918
-rw-r--r--sway/sway.5.scd6
1 files changed, 6 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 168761e1..de7c37e5 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -176,6 +176,12 @@ set|plus|minus|toggle <amount>
176*layout* default|splith|splitv|stacking|tabbed 176*layout* default|splith|splitv|stacking|tabbed
177 Sets the layout mode of the focused container. 177 Sets the layout mode of the focused container.
178 178
179 When using the _stacking_ layout, only the focused window in the container is
180 displayed, with the opened windows' list on the top of the container.
181
182 The _tabbed_ layout is similar to _stacking_, but the windows’ list is vertically
183 split.
184
179*layout* toggle [split|all] 185*layout* toggle [split|all]
180 Cycles the layout mode of the focused container though a preset list of 186 Cycles the layout mode of the focused container though a preset list of
181 layouts. If no argument is given, then it cycles through stacking, tabbed 187 layouts. If no argument is given, then it cycles through stacking, tabbed