aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway.5.scd
diff options
context:
space:
mode:
authorLibravatar Ronan Pigott <rpigott@berkeley.edu>2019-10-24 11:41:04 -0700
committerLibravatar Drew DeVault <sir@cmpwn.com>2019-10-27 11:02:57 -0400
commitf5f12a69f6280dba4f8b05290bd81385d6e6c268 (patch)
treefc6bdf29a71499edf9210bd70c0a549dedd75933 /sway/sway.5.scd
parentFix segfault in wlr_output_manager_v1_set_configuration (diff)
downloadsway-f5f12a69f6280dba4f8b05290bd81385d6e6c268.tar.gz
sway-f5f12a69f6280dba4f8b05290bd81385d6e6c268.tar.zst
sway-f5f12a69f6280dba4f8b05290bd81385d6e6c268.zip
focus: support focus prev|next [sibling]
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