mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Dynamic window_container_behaviour support?
#446
Reference in New Issue
Block a user
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?
Originally created by @Jaehaks on GitHub (Aug 16, 2024).
Is your feature request related to a problem? Please describe.
I like
Vertical Stacklayout for work, but it makes the additional window too small if I setwindow_container_behaviouris "Create" .When I set
window_container_behaviourto "Append", it stacks with full screen at initiationDescribe the solution you'd like
As dynamic layout switching, Can I set dynamic
window_container_behaviourdepending on the number of window?For example, When I set
Vertical Stack,the new window attached with the rule of "Create" window_container_behaviour until 3 windows.
After than, the window_container_behaviour changes to "Append"
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
@LGUG2Z commented on GitHub (Jan 23, 2025):
This is a nice idea now that I'm reading it again
@LGUG2Z commented on GitHub (Jan 26, 2025):
@Jaehaks this is finally implemented on the
masterbranch and will be part of the next release 🎉