mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: No 'best' layout for 5K Ultra Wide Monitor #632
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 @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