aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd12
1 files changed, 9 insertions, 3 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index b639653a..a580c7d6 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -111,11 +111,17 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
111*fullscreen* 111*fullscreen*
112 Toggles fullscreen for the focused view. 112 Toggles fullscreen for the focused view.
113 113
114*layout* splith|splitv|stacking|tabbed 114*layout* default|splith|splitv|stacking|tabbed
115 Sets the layout mode of the focused container. 115 Sets the layout mode of the focused container.
116 116
117*layout* toggle split 117*layout* toggle [split|all]
118 Switches the focused container between the splitv and splith layouts. 118 Cycles the layout mode of the focused container though a preset list of
119 layouts. If no argument is given, then it cycles through stacking, tabbed
120 and the last split layout. If "split" is given, then it cycles through
121 splith and splitv. If "all" is given, then it cycles through every layout.
122
123*layout* toggle [split|tabbed|stacking|splitv|splith] [split|tabbed|stacking|splitv|splith]...
124 Cycles the layout mode of the focused container through a list of layouts.
119 125
120*move* left|right|up|down [<px>] 126*move* left|right|up|down [<px>]
121 Moves the focused container in the direction specified. If the container, 127 Moves the focused container in the direction specified. If the container,