diff options
author | -k <slowdive@me.com> | 2022-05-11 09:58:07 -0700 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-05-11 19:07:54 +0200 |
commit | 28941cee205b831082dd390e6a082a1f6ba3122d (patch) | |
tree | 1effa8a60f5a8692b5e656ec5ee6729697bdccc3 /sway/sway.5.scd | |
parent | 1e9be019b2af7ad4aca66ba6460f56453829485d (diff) |
Add descriptions for `stacking` and `tabbed` layouts
Resolves #5918
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r-- | sway/sway.5.scd | 6 |
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> *layout* default|splith|splitv|stacking|tabbed Sets the layout mode of the focused container. + When using the _stacking_ layout, only the focused window in the container is + displayed, with the opened windows' list on the top of the container. + + The _tabbed_ layout is similar to _stacking_, but the windows’ list is vertically + split. + *layout* toggle [split|all] Cycles the layout mode of the focused container though a preset list of layouts. If no argument is given, then it cycles through stacking, tabbed |