Originally created by @l-t-k on GitHub (May 30, 2025).
Summary
I have a 5K Ultra Wide 40 inch monitor with a 5120x2160 resolution. The best layout for this monitor, in my opinion, is that it's splitted in three equally sized columns. Right now I'm using the UltrawideVerticalStack, but that does not perfectly fit the screen size. It would be perfect if the screen gets equally divided in the three columns. I known I can do that with columns and custom layout rules, but when a fourth windows arrives I need to switch back to UltrawideVerticalStack, which is let's say 20-60-20? But I need 33-33-33.
How to do this without custom layouts, because that option is deprecated?
Originally created by @l-t-k on GitHub (May 30, 2025).
### Summary
I have a 5K Ultra Wide 40 inch monitor with a 5120x2160 resolution. The best layout for this monitor, in my opinion, is that it's splitted in three equally sized columns. Right now I'm using the UltrawideVerticalStack, but that does not perfectly fit the screen size. It would be perfect if the screen gets equally divided in the three columns. I known I can do that with columns and custom layout rules, but when a fourth windows arrives I need to switch back to UltrawideVerticalStack, which is let's say 20-60-20? But I need 33-33-33.
How to do this without custom layouts, because that option is deprecated?
### Version Information
komorebic 0.1.37
tag:v0.1.37
commit_hash:00384ce3
build_time:2025-05-17 19:16:53 +00:00
build_env:rustc 1.87.0 (17067e9ac 2025-05-09),stable-x86_64-pc-windows-msvc
### Komorebi Configuration
```json
{}
```
### Hotkey Configuration
{}
### Output of komorebic check
{}
adam
added the bug label 2026-01-05 14:52:06 +01:00
Use the "Scrolling" layout currently on nightly and limit the number of columns in the viewport to 3: https://youtu.be/b1yECfF7Qyg
Since this is not a bug this ticket will be closed; for workflow related questions like this the community Discord is the best place to get feedback from a broader range of experienced users
@LGUG2Z commented on GitHub (May 30, 2025):
If you only ever want at max 3 equally spaced columns you can
* Use the "Columns" layout, then set a window container behaviour rule to "Create" new containers when there are >= 0 windows open, and to "Append" to the existing focused container stack when >3 windows are open: https://komorebi.lgug2z.com/schema#monitors_items_workspaces_items_window_container_behaviour_rules
* Use the "Scrolling" layout currently on nightly and limit the number of columns in the viewport to 3: https://youtu.be/b1yECfF7Qyg
Since this is not a bug this ticket will be closed; for workflow related questions like this the community Discord is the best place to get feedback from a broader range of experienced users
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @l-t-k on GitHub (May 30, 2025).
Summary
I have a 5K Ultra Wide 40 inch monitor with a 5120x2160 resolution. The best layout for this monitor, in my opinion, is that it's splitted in three equally sized columns. Right now I'm using the UltrawideVerticalStack, but that does not perfectly fit the screen size. It would be perfect if the screen gets equally divided in the three columns. I known I can do that with columns and custom layout rules, but when a fourth windows arrives I need to switch back to UltrawideVerticalStack, which is let's say 20-60-20? But I need 33-33-33.
How to do this without custom layouts, because that option is deprecated?
Version Information
komorebic 0.1.37
tag:v0.1.37
commit_hash:00384ce3
build_time:2025-05-17 19:16:53 +00:00
build_env:rustc 1.87.0 (17067e9ac 2025-05-09),stable-x86_64-pc-windows-msvc
Komorebi Configuration
Hotkey Configuration
{}
Output of komorebic check
{}
@LGUG2Z commented on GitHub (May 30, 2025):
If you only ever want at max 3 equally spaced columns you can
Use the "Columns" layout, then set a window container behaviour rule to "Create" new containers when there are >= 0 windows open, and to "Append" to the existing focused container stack when >3 windows are open: https://komorebi.lgug2z.com/schema#monitors_items_workspaces_items_window_container_behaviour_rules
Use the "Scrolling" layout currently on nightly and limit the number of columns in the viewport to 3: https://youtu.be/b1yECfF7Qyg
Since this is not a bug this ticket will be closed; for workflow related questions like this the community Discord is the best place to get feedback from a broader range of experienced users