mirror of
https://github.com/NickHu/sway
synced 2024-12-26 21:58:30 +01:00
commands: document <criteria> focus
This commit is contained in:
parent
dd48c8a579
commit
3b1f58e135
1 changed files with 3 additions and 0 deletions
|
@ -84,6 +84,9 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
|
|||
*floating* enable|disable|toggle
|
||||
Make focused view floating, non-floating, or the opposite of what it is now.
|
||||
|
||||
<criteria> *focus*
|
||||
Moves focus to the container that matches the specified criteria.
|
||||
|
||||
*focus* up|right|down|left
|
||||
Moves focus to the next container in the specified direction.
|
||||
|
||||
|
|
Loading…
Reference in a new issue