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.txt17
1 files changed, 8 insertions, 9 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 5e0a07bd..ee1cbddd 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -64,12 +64,11 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
64**focus** <direction>:: 64**focus** <direction>::
65 Direction may be one of _up_, _down_, _left_, _right_, _next_, _prev_, 65 Direction may be one of _up_, _down_, _left_, _right_, _next_, _prev_,
66 _parent_, or _child_. The directional focus commands will move the focus 66 _parent_, or _child_. The directional focus commands will move the focus
67 in that direction. The auto_next and auto_prev will focus the next, 67 in that direction. The _next_ and _prev_ directions will focus the next,
68 respectively previous, element in the current container if it is using 68 respectively previous, element in the current container. The parent
69 one of the _auto_ layouts. The parent focus command will change the 69 focus command will change the focus to the parent of the currently
70 focus to the parent of the currently focused container, which is useful, 70 focused container, which is useful, for example, to open a sibling of
71 for example, to open a sibling of the parent container, or to move the 71 the parent container, or to move the entire container around.
72 entire container around.
73 72
74**focus** output <direction|name>:: 73**focus** output <direction|name>::
75 Direction may be one of _up_, _down_, _left_, _right_. The directional focus 74 Direction may be one of _up_, _down_, _left_, _right_. The directional focus
@@ -88,7 +87,7 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
88 87
89**layout** auto <mode>:: 88**layout** auto <mode>::
90 Sets layout to one of the auto modes, i.e. one of _left_, right_, _top_, 89 Sets layout to one of the auto modes, i.e. one of _left_, right_, _top_,
91 or _bot_. 90 or _bottom_.
92 91
93**layout** auto <next|prev>:: 92**layout** auto <next|prev>::
94 Cycles between available auto layouts. 93 Cycles between available auto layouts.
@@ -381,8 +380,8 @@ The default colors are:
381 switch to workspace 2, then invoke the "workspace 2" command again, you 380 switch to workspace 2, then invoke the "workspace 2" command again, you
382 will be returned to workspace 1. Defaults to _no_. 381 will be returned to workspace 1. Defaults to _no_.
383 382
384**workspace_layout** <default|stacking|tabbed|auto_left|auto_right|auto_top|auto_bottom>:: 383**workspace_layout** <default|stacking|tabbed|auto|auto left|auto right|auto
385 Specifies the start layout for new workspaces. 384 top|auto bottom>:: Specifies the start layout for new workspaces.
386 385
387**include** <path>:: 386**include** <path>::
388 Includes a sub config file by _path_. _path_ can be either a full path or a 387 Includes a sub config file by _path_. _path_ can be either a full path or a