aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-07-29 12:27:34 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-08-06 14:17:58 +0100
commitbe64c466245d4c537a70484abfe21adc9d60f3c5 (patch)
tree252ca8a3ac7b827a6b69820f092cdee2d530be6e /sway/sway.5.scd
parentcommands: allow __focused__ for con_id criterion (diff)
downloadsway-be64c466245d4c537a70484abfe21adc9d60f3c5.tar.gz
sway-be64c466245d4c537a70484abfe21adc9d60f3c5.tar.zst
sway-be64c466245d4c537a70484abfe21adc9d60f3c5.zip
commands: complete layout implementation
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,