KZDKM / Hyprspace

Workspace overview plugin for Hyprland
GNU General Public License v2.0
530 stars 16 forks source link

Fix mouse input in scaled multi-monitor configurations #69

Closed geluk closed 3 months ago

geluk commented 4 months ago

This resolves an issue where mouse input coordinates are not translated correctly when using a multi-monitor setup with display scaling applied, which would lead to mouse click events being forwarded to the wrong workspace box.

It now works correctly even when mixed scaling is applied to different monitors.

KZDKM commented 3 months ago

Thanks!