diff options
author | Ian Fan <ianfan0@gmail.com> | 2018-08-05 00:27:53 +0100 |
---|---|---|
committer | Ian Fan <ianfan0@gmail.com> | 2018-08-06 14:17:58 +0100 |
commit | 3b1f58e1353f68ea10a3c5325ba4e04fbbe0c6a7 (patch) | |
tree | 0fb50dcdb1bb85ed9578c8f1bf56fc250eae67a0 | |
parent | dd48c8a579918f34c6a3441068e6f4b7e753e09c (diff) | |
download | sway-3b1f58e1353f68ea10a3c5325ba4e04fbbe0c6a7.tar.xz |
commands: document <criteria> focus
-rw-r--r-- | sway/sway.5.scd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index b43cbe8d..73a01152 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -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. |