Skip to content

Mouse review: Fix window detection with more than one workspace

Mouse review's window detection uses WM window stacking order to try and locate the window under the mouse, but failed to take workspaces into account, leading to finding windows on non-active workspaces.

Fix this by tracking workspace changes as well as stacking order, and filter windows with it.

Merge request reports