feat(algorithm): bottom-stack #54

Merged
barrettruth merged 1 commit from feat/bottom-stack into main 2026-04-26 01:30:26 +00:00
barrettruth commented 2026-04-26 01:26:48 +00:00

Problem

Mosaic has master-stack, but it does not have the top-master / bottom-stack sibling from #46. That leaves a very common dwm-style layout missing from the current set.

Solution

Add bottom-stack as the fixed top-master variant of the shared master/stack behavior, including @mosaic-nmaster, promote, resize-master, and drag-resize syncing. Cover it with integration tests and document the layout in the README. The deferred screenshot and README preview follow-up is tracked in #53. Closes #46.

## Problem Mosaic has `master-stack`, but it does not have the top-master / bottom-stack sibling from #46. That leaves a very common dwm-style layout missing from the current set. ## Solution Add `bottom-stack` as the fixed top-master variant of the shared master/stack behavior, including `@mosaic-nmaster`, `promote`, `resize-master`, and drag-resize syncing. Cover it with integration tests and document the layout in the README. The deferred screenshot and README preview follow-up is tracked in #53. Closes #46.
Sign in to join this conversation.
No description provided.