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
Window positions are drawn as colored rectangles inside each cell (one color per app, derived from app name). The active cell updates instantly as you switch desktops, driven by yabai's `space_changed` signal.
@@ -24,8 +25,9 @@ Window positions are drawn as colored rectangles inside each cell (one color per
24
25
25
26
- macOS 13+
26
27
-[yabai](https://github.com/koekeishiya/yabai) installed at `/opt/homebrew/bin/yabai` and running
28
+
-[skhd](https://github.com/asmvik/skhd) installed at `/opt/homebrew/bin/skhd` and running
27
29
- Xcode Command Line Tools (`xcode-select --install`)
28
-
- Accessibility permission (prompted on first launch)
30
+
- Accessibility permission (prompted on first launch). This is not the same as disabling SIP protection, which is not required.
29
31
<imgwidth="722"height="844"alt="Screenshot 2026-05-10 at 10 58 32 AM"src="https://github.com/user-attachments/assets/b6d90393-2100-44bc-ac6f-00fe1de66a98" />
30
32
31
33
@@ -59,21 +61,15 @@ Change these to match your yabai space layout. A 4×4 grid would be `GRID_COLS=4
59
61
| Value | Description |
60
62
|-------|-------------|
61
63
|`rects`| Colored rectangles scaled from real window geometry (default) |
62
-
|`icons`| App icons positioned at each window's scaled location |
64
+
|`icons`| App icons at each visible window's scaled position; all apps on the workspace shown as a small icon strip at the bottom |
65
+
|`hybrid`| Colored rectangles (like `rects`) plus a small icon strip at the bottom showing all apps on the workspace |
0 commit comments