aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
Diffstat (limited to 'sway/sway.5.scd')
-rw-r--r--sway/sway.5.scd5
1 files changed, 5 insertions, 0 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd
index 63b5465a..8315f8a1 100644
--- a/sway/sway.5.scd
+++ b/sway/sway.5.scd
@@ -120,6 +120,11 @@ They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
120*focus* up|right|down|left 120*focus* up|right|down|left
121 Moves focus to the next container in the specified direction. 121 Moves focus to the next container in the specified direction.
122 122
123*focus* prev|next [sibling]
124 Moves focus to the previous or next container in the current layout. By default,
125 the last active child of the newly focused container will be focused. The _sibling_
126 option indicates not to immediately focus a child of the container.
127
123*focus* child 128*focus* child
124 Moves focus to the last-focused child of the focused container. 129 Moves focus to the last-focused child of the focused container.
125 130