-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Moving window between monitors using mouse doesn't always work #26
Comments
A window is assigned to a monitor if the center point (of the rectangular layout) is located inside the monitor. The position of the grabbing cursor is then mostly irrelevant, but must be at least also inside the new monitor. This means that a window must be moved at least half the width/height into another monitor, such that a screen swap is initiated. This mechanism is intentional, to handle literal "edge cases", where windows are partial moved (due geometry reload, etc.) over the edges of screens.
This seems to be a timing issue (ewmh events are fired late) and I will have to look into it. |
Hello, |
Starting with v2.3.2 the behavior is now different:
This means that the drag/drop behavior between tiled monitors is now more intuitive and user friendly.
The issues may still occur from time to time, but should have noticeably improved starting with v2.3.2. Closing for now, feel free to create a new issue with detailed information's if you run into further problems. |
Hello ? |
Hello,
When dragging a window from a monitor, one of the following often happens when dropping it into another one :
Thanks
The text was updated successfully, but these errors were encountered: