feat(algorithm): bottom-stack #46
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#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Add a
bottom-stackalgorithm — master area on top, horizontal stack area below. This is the natural sibling tomaster-stackand is common in dwm (bstack/bstackhoriz).Scope
scripts/algorithms/bottom-stack.shalgo_relayoutarranges one master region above a horizontal stack strippromoteandresize-mastermirror current master-stack semanticsalgo_sync_statesyncs dragged master height back into@mosaic-mfactAcceptance criteria
@mosaic-algorithm bottom-stackapplies top-master / bottom-stack layoutpromoteswaps the focused stack pane into masterresize-master ±Nchanges master height and persists in@mosaic-mfactOpen question
Do we also want a companion
top-stack/ horizontal-master variant, or isbottom-stackenough for the first pass?Part of #42.