diff options
| author | Drew DeVault <sir@cmpwn.com> | 2015-10-28 15:54:28 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2015-10-28 15:54:28 -0400 |
| commit | 239f4bd0ba9e849a7041cfed2dcc16e1a484b5cc (patch) | |
| tree | b35493c3ef4b83f8ef4b344ad7e0683e58200654 /sway.5.txt | |
| parent | fa9978ee848a9387a3c3f7eb1017f91f5f77f032 (diff) | |
| parent | 5fa8f91655ccc0346a360e95a72237eb772c7e18 (diff) | |
Merge pull request #210 from sce/focus_output
commands: Learn 'focus output <direction|name>'
Diffstat (limited to 'sway.5.txt')
| -rw-r--r-- | sway.5.txt | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
