You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows switching to the next/prev window from the current one in
the depth-first order of the windows in the current workspace tree.
This is convenient, as it allows users to shift focus through a
workspace's windows in a more predictable way than the directional
movement commands, where the move target can depend on invisible
most-recently-used state.
_fixes #248
@@ -32,6 +35,15 @@ This behavior can be disabled with `--ignore-floating` flag.
32
35
`focus child|parent` isn't supported because the necessity of this operation is under the question.
33
36
https://github.com/nikitabobko/AeroSpace/issues/5
34
37
38
+
*1. (left|down|up|right) arguments*
39
+
40
+
{manpurpose}
41
+
42
+
*2. (dfs-next|dfs-prev) arguments*
43
+
44
+
Set focus to the window before or after the current window in the depth-first order (top-to-bottom and left-to-right) of windows in the current workspace tree.
45
+
In this mode, `--boundaries` must be `workspace` (the default) and `--boundaries-action` can be set to one of `(stop|fail|wrap-around-the-workspace)`.
0 commit comments