summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 7980ba82..1f25ce14 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -81,7 +81,8 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
81 81
82**layout** <mode>:: 82**layout** <mode>::
83 Sets the layout mode of the focused container. _mode_ can be one of _splith_, 83 Sets the layout mode of the focused container. _mode_ can be one of _splith_,
84 _splitv_, _toggle split_, _stacking_ or _tabbed_. 84 _splitv_, _toggle split_, _stacking_, _tabbed_, _auto_left_, _auto_right_,
85 _auto_top, _auto_bottom_.
85 86
86**move** <left|right|up|down>:: 87**move** <left|right|up|down>::
87 Moves the focused container _left_, _right_, _up_, or _down_. 88 Moves the focused container _left_, _right_, _up_, or _down_.