If I have at least two monitors configured to be next to each other. Snapping a window on each monitor does not work if snapped to the side where the other monitor is. Reproducible: Always Steps to Reproduce: 1. Monitor 1 is left 2. Monitor 2 is right 3. Dragg a window on monitor 1 to the right side of monitor 1 Actual Results: Window is moved and not snapped Expected Results: Window snapps to the right half of monitor 1
Please specify whether by "snapping" you refer to actual snapping (ie. slight position corrections) or Quick Tiling (quarter/half sizing the window) and attach the output of "qdbus org.kde.KWin /KWin supportInformation" (taken on the multiscreen setup)
I meant the Quick Tiling.
Created attachment 97231 [details] My multiscreen info
Screen 0: --------- Geometry: 0,1152,1366x768 Screen 1: --------- Geometry: 1366,0,1080x1920 Does it also fail if you move screen 0 to 0,0, ie. have them top-aligned?
I have to check that tomorrow, since the external monitor is at my university :)
Aligning on top work, but it should also work if not aligned on top
Yes, certainly should. Does here (git master) - also tried disjunct screens (works) and (weird) overlapping setups (work weirdly ;-) I don't see at hand why it would fail in the 5.4.x code, but it saw some rewrite (commit 3a1f11d21347032f7d1b8fd43d30ee7d3ce5ede0 and follow up patch), so it might indeed have fixed "by the way". => any chance to test KWin 5.5.x ?
Tested in kwin 5.5.4 and it's fixed there.
See, I can fix bugs on the fly that I'm not even aware of ;-) Many thanks for the status update.