summaryrefslogtreecommitdiffstats
path: root/sway.5.txt
diff options
context:
space:
mode:
authorLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-10-24 03:31:54 +0200
committerLibravatar S. Christoffer Eliesen <christoffer@eliesen.no>2015-10-28 20:06:48 +0100
commit5fa8f91655ccc0346a360e95a72237eb772c7e18 (patch)
treeb35493c3ef4b83f8ef4b344ad7e0683e58200654 /sway.5.txt
parentlayout: Don't reset container size if it's a floating window. (diff)
downloadsway-5fa8f91655ccc0346a360e95a72237eb772c7e18.tar.gz
sway-5fa8f91655ccc0346a360e95a72237eb772c7e18.tar.zst
sway-5fa8f91655ccc0346a360e95a72237eb772c7e18.zip
commands: Learn 'focus output <direction|name>'
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
53 container, which is useful, for example, to open a sibling of the parent 53 container, which is useful, for example, to open a sibling of the parent
54 container, or to move the entire container around. 54 container, or to move the entire container around.
55 55
56**focus** output <direction|name>::
57 Direction may be one of _up_, _down_, _left_, _right_. The directional focus
58 commands will move the focus to the output in that direction. When name is
59 given the focus is changed to the output with that name.
60
56**focus** mode_toggle:: 61**focus** mode_toggle::
57 Toggles focus between floating view and tiled view. 62 Toggles focus between floating view and tiled view.
58 63