aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ian Fan <ianfan0@gmail.com>2018-08-05 00:27:53 +0100
committerLibravatar Ian Fan <ianfan0@gmail.com>2018-08-06 14:17:58 +0100
commit3b1f58e1353f68ea10a3c5325ba4e04fbbe0c6a7 (patch)
tree0fb50dcdb1bb85ed9578c8f1bf56fc250eae67a0 /sway/sway.5.scd
parentcommands: add optional flags to move (diff)
downloadsway-3b1f58e1353f68ea10a3c5325ba4e04fbbe0c6a7.tar.gz
sway-3b1f58e1353f68ea10a3c5325ba4e04fbbe0c6a7.tar.zst
sway-3b1f58e1353f68ea10a3c5325ba4e04fbbe0c6a7.zip
commands: document <criteria> focus
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd3
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).
84*floating* enable|disable|toggle 84*floating* enable|disable|toggle
85 Make focused view floating, non-floating, or the opposite of what it is now. 85 Make focused view floating, non-floating, or the opposite of what it is now.
86 86
87<criteria> *focus*
88 Moves focus to the container that matches the specified criteria.
89
87*focus* up|right|down|left 90*focus* up|right|down|left
88 Moves focus to the next container in the specified direction. 91 Moves focus to the next container in the specified direction.
89 92