summaryrefslogtreecommitdiff
path: root/sway.5.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sway.5.txt')
-rw-r--r--sway.5.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway.5.txt b/sway.5.txt
index d97720c5..dad55c5f 100644
--- a/sway.5.txt
+++ b/sway.5.txt
@@ -53,6 +53,11 @@ Commands
container, which is useful, for example, to open a sibling of the parent
container, or to move the entire container around.
+**focus** output <direction|name>::
+ Direction may be one of _up_, _down_, _left_, _right_. The directional focus
+ commands will move the focus to the output in that direction. When name is
+ given the focus is changed to the output with that name.
+
**focus** mode_toggle::
Toggles focus between floating view and tiled view.