summaryrefslogtreecommitdiffstats
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2016-07-27 22:42:45 -0400
committerLibravatar Tony Crisci <tony@dubstepdish.com>2016-07-27 22:48:46 -0400
commit88b7cbe314aaefc9cc96884a655a2d9aea84ee0a (patch)
tree293bdbf27966b01a31574f40eb83f4b6ab834ba1 /sway/sway.5.txt
parentMerge pull request #790 from acrisci/bug/switch-focus-workspace-output (diff)
downloadsway-88b7cbe314aaefc9cc96884a655a2d9aea84ee0a.tar.gz
sway-88b7cbe314aaefc9cc96884a655a2d9aea84ee0a.tar.zst
sway-88b7cbe314aaefc9cc96884a655a2d9aea84ee0a.zip
Implement `focus child` command
The `focus child` command focuses the child container within the selected container.
Diffstat (limited to 'sway/sway.5.txt')
-rw-r--r--sway/sway.5.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/sway.5.txt b/sway/sway.5.txt
index 18b693f8..fdf5c0c1 100644
--- a/sway/sway.5.txt
+++ b/sway/sway.5.txt
@@ -59,8 +59,8 @@ They are expected to be used with **bindsym** or at runtime through **swaymsg**(
59 Make focused view floating, non-floating, or the opposite of what it is now. 59 Make focused view floating, non-floating, or the opposite of what it is now.
60 60
61**focus** <direction>:: 61**focus** <direction>::
62 Direction may be one of _up_, _down_, _left_, _right_, or _parent_. The 62 Direction may be one of _up_, _down_, _left_, _right_, _parent_, or _child_.
63 directional focus commands will move the focus in that direction. The parent 63 The directional focus commands will move the focus in that direction. The parent
64 focus command will change the focus to the parent of the currently focused 64 focus command will change the focus to the parent of the currently focused
65 container, which is useful, for example, to open a sibling of the parent 65 container, which is useful, for example, to open a sibling of the parent
66 container, or to move the entire container around. 66 container, or to move the entire container around.