mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Dragging floating windows also moves tiled window underneath #327
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 @jpmiller25 on GitHub (Apr 5, 2024).
When I move a floating window from one monitor to another, the tiled window underneath also follows.
To Reproduce
Steps to reproduce the behavior:
2-monitor setup
Open tiled window on monitor A, e.g. browser.
Open floating window on monitor A, e.g. calculator.
Drag calculator from A to B and drop.
Browser gets moved from A to B.
Expected behavior
Tiled windows stay where they are, tiled windows can be moved freely on top.
Operating System
komorebic checkOutput@LGUG2Z commented on GitHub (Apr 5, 2024):
This also annoys the hell out of me when I run into it 😅
I'll try to look at this for v0.1.24.
@azinsharaf commented on GitHub (Apr 5, 2024):
i have seen this even on one monitor. if MS Teams is float and i move it with the mouse it retiles the windows behind it.
@LGUG2Z commented on GitHub (Apr 5, 2024):
We probably need to update this check to also ensure that we only trigger this code path when the window that triggers the event is known to the workspace: https://github.com/LGUG2Z/komorebi/blob/master/komorebi/src/process_event.rs#L342
@jpmiller25 commented on GitHub (Apr 8, 2024):
Works great thank you!!!