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?
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?
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):
https://github.com/LGUG2Z/komorebi/blob/510650cb94782c93238da836b903fb81c479f201/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
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 @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):
https://github.com/LGUG2Z/komorebi/blob/510650cb94782c93238da836b903fb81c479f201/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 ^