diff options
author | wdbw <tuturu@tutanota.com> | 2016-06-04 17:20:27 +0200 |
---|---|---|
committer | wdbw <tuturu@tutanota.com> | 2016-06-04 17:20:27 +0200 |
commit | 4f9af09f230766fe45686dc7b8b4e10427840434 (patch) | |
tree | 229ee495296c54b17e56ea985eab5cb344fd9c63 /sway | |
parent | 68b517e1aee452463c7eff3775f8b56b0e48bc54 (diff) |
Add missing layout modes in sway(5)
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt index 8faa5345..021b3736 100644 --- a/sway/sway.5.txt +++ b/sway/sway.5.txt @@ -100,7 +100,7 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**( **layout** <mode>:: Sets the layout mode of the focused container. _mode_ can be one of _splith_, - _splitv_, or _toggle split_. + _splitv_, _toggle split_, _stacking_ or _tabbed_. **move** <left|right|up|down>:: Moves the focused container _left_, _right_, _up_, or _down_. |