mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[FEAT]: Add a check for nr of windows open in "monitor-work-area-offset" #209
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 @Feistybeard on GitHub (May 17, 2023).
Originally assigned to: @LGUG2Z on GitHub.
Is your feature request related to a problem? Please describe.
My "problem" is that I have a super ultrawide monitor (32:9) and sometimes only happen to have 1 or 2 windows open. This makes the windows span over the whole screen which is kind of overkill.
Describe the solution you'd like
Essentially it would be nice if "monitor-work-area-offset" could have an added parameter which checks nr of windows open.
That way one can check if there is 1 or 2 windows open and use a offset to center said window(s).
Describe alternatives you've considered
One way of doing this now would be to do it manually with different sets of hotkeys, but it would be nice if
it was automated.
Additional context
So there seems to be a function that checks nr of windows open in a workspace in the "workspace-layout-rule", maybe its possible to use that somehow in combination with the "monitor-work-area-offset"? Or maybe there is a way to already to this and I somehow missed it?