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
Copy file name to clipboardExpand all lines: docs/bindings/keys.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,9 +117,8 @@ bindr=Super,Super_L,spawn,rofi -show run
117
117
|`focusdir`|`left/right/up/down`| Focus window in direction. |
118
118
|`focus_window_or_workspace`|`left/right/up/down`| Focus window in direction; otherwise jump to the nearest adjacent tag that has clients, falling back to the next/previous tag if none. |
119
119
|`focusstack`|`next/prev`| Cycle focus within the stack. |
120
-
|`overcicle`| - | Open overview when closed; while it is open, each trigger cycles focus to the next window on the current monitor. |
121
120
|`focuslast`| - | Focus the previously active window. |
122
-
|`switcher`|`next/prev`| Open or cycle the all-tag, all-monitor thumbnail switcher. Releasing any modifier key selects. |
121
+
|`switcher`|`next/prev`, `all_tag_next/all_tag_prev`, `all_next/all_prev`| Open or cycle the thumbnail switcher. `next`/`prev` list the current tag's windows, `all_tag_next`/`all_tag_prev` list all tags on the current monitor, `all_next`/`all_prev` list all monitors and tags. Releasing any modifier key selects. |
123
122
|`exchange_client`|`left/right/up/down`| Swap window with neighbor in direction. |
124
123
|`exchange_stack_client`|`next/prev`| Exchange window position in stack. |
Copy file name to clipboardExpand all lines: docs/window-management/overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,9 @@ description: Configure the overview mode for window navigation.
21
21
-`hotarea_corner` — Corner that triggers the hot area (0: top-left, 1: top-right, 2: bottom-left, 3: bottom-right).
22
22
-`jump_labels` — Defines the ordered characters used for jump hints when in overview jump mode. Each visible window is assigned a label in this order, and pressing the corresponding key jumps to that window. The number of labels limits how many windows can be assigned hints at once.
23
23
24
-
[`overcicle`](/docs/bindings/keys#focus--movement) opens overview; while
25
-
overview is open, each trigger cycles focus to the next window on the current
26
-
monitor. Release a modifier key or run `toggleoverview`to close it.
24
+
To cycle through windows, use the
25
+
[`switcher`](/docs/bindings/keys#focus--movement) command; release a modifier
0 commit comments