summaryrefslogtreecommitdiff
path: root/sway/sway.5.txt
diff options
context:
space:
mode:
authorDrew DeVault <[email protected]>2016-07-28 07:26:37 -0400
committerGitHub <[email protected]>2016-07-28 07:26:37 -0400
commitee67c5bee34c4a98f8df3db68e92eaa55f1d579d (patch)
tree42bb6aced0f15f2d3f5ae4f5da02c1a9d6083dac /sway/sway.5.txt
parentd03266a77a3a07a8a7488bb425410a87a658d9b0 (diff)
parent88b7cbe314aaefc9cc96884a655a2d9aea84ee0a (diff)
Merge pull request #791 from acrisci/feature/focus-child
Implement `focus child` command
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**(
Make focused view floating, non-floating, or the opposite of what it is now.
**focus** <direction>::
- Direction may be one of _up_, _down_, _left_, _right_, or _parent_. The
- directional focus commands will move the focus in that direction. The parent
+ Direction may be one of _up_, _down_, _left_, _right_, _parent_, or _child_.
+ The directional focus commands will move the focus in that direction. The parent
focus command will change the focus to the parent of the currently focused
container, which is useful, for example, to open a sibling of the parent
container, or to move the entire container around.