feat(algorithm): three-column #44
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#44
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
three-columnalgorithm — one main column plus two slave columns. This tracks the XMonadThreeColfamily and gives Mosaic a symmetrical multi-column layout that is more capable than today's single-stackmaster-stack.Scope
scripts/algorithms/three-column.shalgo_relayoutdivides panes across three columnspromote/resize-mastersemantics around the main columnAcceptance criteria
@mosaic-algorithm three-columnapplies a stable 3-column layoutpromotemoves a focused non-main pane into the main columnresize-master ±Nresizes the main columnOpen question
Is this a separate algorithm from
centered-master, or should the two share one implementation with a placement option?Part of #42.