feat(algorithm): add master-stack orientation knob #18

Merged
barrettruth merged 2 commits from feat/master-stack-orientation into main 2026-04-25 17:51:23 +00:00
barrettruth commented 2026-04-25 17:50:29 +00:00

Why: Master-stack was hard-coded to left-only placement, which left the other native tmux orientations unavailable.

How: Add a window-scoped @mosaic-orientation that maps master-stack onto tmux's native main-* layouts, update relayout and state sync to use width or height as needed, and extend integration coverage for all four orientations.

Closes #5

Why: Master-stack was hard-coded to left-only placement, which left the other native tmux orientations unavailable. How: Add a window-scoped `@mosaic-orientation` that maps master-stack onto tmux's native `main-*` layouts, update relayout and state sync to use width or height as needed, and extend integration coverage for all four orientations. Closes #5
Sign in to join this conversation.
No description provided.