aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-06-04 12:05:37 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-06-04 12:05:37 -0400
commit8e0b218c9b3bd1b36989f21ec1206ff8132c014d (patch)
tree229ee495296c54b17e56ea985eab5cb344fd9c63
parentMerge pull request #692 from zandrmartin/inplace-merge-sort (diff)
parentAdd missing layout modes in sway(5) (diff)
downloadsway-8e0b218c9b3bd1b36989f21ec1206ff8132c014d.tar.gz
sway-8e0b218c9b3bd1b36989f21ec1206ff8132c014d.tar.zst
sway-8e0b218c9b3bd1b36989f21ec1206ff8132c014d.zip
Merge pull request #694 from wdbw/man-page-fix
Add missing layout modes in sway(5)
-rw-r--r--sway/sway.5.txt2
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**(
100 100
101**layout** <mode>:: 101**layout** <mode>::
102 Sets the layout mode of the focused container. _mode_ can be one of _splith_, 102 Sets the layout mode of the focused container. _mode_ can be one of _splith_,
103 _splitv_, or _toggle split_. 103 _splitv_, _toggle split_, _stacking_ or _tabbed_.
104 104
105**move** <left|right|up|down>:: 105**move** <left|right|up|down>::
106 Moves the focused container _left_, _right_, _up_, or _down_. 106 Moves the focused container _left_, _right_, _up_, or _down_.