feat(algorithm): bottom-stack #54
No reviewers
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic!54
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/bottom-stack"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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-stackas 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.