feat(algorithm): master-stack orientation knob #5
Labels
No labels
breaking-change
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
skip-release-notes
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/tmux-mosaic#5
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
@mosaic-orientation(window-scoped) to flip the master/stack arrangement. Hyprland's master layout supports this; tmux has the natives for free.Scope
left(default)main-verticalrightmain-vertical-mirroredtopmain-horizontalbottommain-horizontal-mirroredAcceptance criteria
@mosaic-orientationwindow option, defaultleftalgo_relayoutreads the orientation, picks the right tmux layout name + sets eithermain-pane-widthormain-pane-height(also as a percent)algo_resize_masterwrites the correct option for the orientationalgo_sync_statereads the correct dimension for the orientation{...}vs[...])Implementation notes
Single algorithm file; switch on orientation. Don't fork into 4 algorithm files.