[FEAT]: Master Stack Layout #265

Closed
opened 2026-01-05 14:49:22 +01:00 by adam · 4 comments
Owner

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.

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.
adam added the enhancement label 2026-01-05 14:49:22 +01:00
adam closed this issue 2026-01-05 14:49:22 +01:00
Author
Owner

@gplusplus314 commented on GitHub (Nov 29, 2023):

This is already possible via the VerticalStack layout. Here is an example.

@gplusplus314 commented on GitHub (Nov 29, 2023): This is already possible via the `VerticalStack` layout. [Here](https://github.com/LGUG2Z/komorebi/blob/8e9d63cd36edf598e4755d8cdf2968c77b6edbbc/komorebi.example.json#L19) is an example.
Author
Owner

@urob commented on GitHub (Nov 30, 2023):

This is already possible via the VerticalStack layout. Here is an example.

VerticalStack is 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.

@urob commented on GitHub (Nov 30, 2023): > This is already possible via the `VerticalStack` layout. [Here](https://github.com/LGUG2Z/komorebi/blob/8e9d63cd36edf598e4755d8cdf2968c77b6edbbc/komorebi.example.json#L19) is an example. `VerticalStack` is 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.
Author
Owner

@nach00 commented on GitHub (Apr 20, 2024):

Any update? This is the only thing that prevents me from adopting Komorebi as a daily driver.

@nach00 commented on GitHub (Apr 20, 2024): Any update? This is the only thing that prevents me from adopting Komorebi as a daily driver.
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#265