mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Master Stack Layout #265
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 @nach00 on GitHub (Nov 20, 2023).
Is there a setting or config option that can automatically manage my layout/stack similar to this, for Yabai?
https://github.com/leondreamed/yabai-master-stack-plugin
If so, how do I enable this? Thanks.
@gplusplus314 commented on GitHub (Nov 29, 2023):
This is already possible via the
VerticalStacklayout. Here is an example.@urob commented on GitHub (Nov 30, 2023):
VerticalStackis close but it misses some features that the yabai-plugin has. Most notably that is (1) being able to change the master window width and (2) being able to change the master window count.@nach00 commented on GitHub (Apr 20, 2024):
Any update? This is the only thing that prevents me from adopting Komorebi as a daily driver.
@LGUG2Z commented on GitHub (Apr 20, 2024):
There is a now a crate to interact directly with komorebi over IPC, and recently there was also a Grid layout added. I'm not going to be doing any work on layouts for the foreseeable future because it's my least favourite part of the project, but the tools and tutorials exist now for anyone who feels strongly enough about this or any other layout to implement it themselves.