mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[Question]: Monitor positional movement not what I would expect? #214
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 @JosephBrooksbank on GitHub (May 30, 2023).
I have a monitor layout with two stacked monitors, and one to the side. (Ignore monitor 1, it is disabled).

All monitors will be referenced by their number in that screenshot of windows settings going forward.
When I move left from monitor 4 to monitor 3 with alt+h, it works as expected and my focus is on monitor 3. But if I move right from monitor 3, it focuses monitor 2 rather than monitor 4, meaning if I want to get from 3 to 4 I need to move right and then down.
Is there any way to configure komorebi such that moving right from monitor 3 puts me on monitor 4?
@LGUG2Z commented on GitHub (Jun 26, 2023):
510650cb94/komorebi/src/window_manager.rs (L305)This is the code that would need to be updated if anyone would like to take a stab at updating this
@LGUG2Z commented on GitHub (Jun 26, 2023):
I've pushed an example of how this might be tackled to the branch above ^