You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example if the screen is at 1000x0 (infinite size) and satellite reports a window position of 0x0, XWayland will always report a pointer position inside the physical screen (X >= 1000)
possible solutions i think:
lie to XWayland, report a massive display from 0x0 with size including the whole setup
move window inside physical screen (i don't know if wayland compositors provide an absolute window position)
I might try to do something about this.
This issue may be the same as #15
The text was updated successfully, but these errors were encountered:
Finally got around to looking at this - it seems that satellite utilizes the wl_output positioning but Hyprland only updates the xdg_output positioning, which is fair given that it seems like xdg_output is supposed to be preferred to wl_output anyway, and Xwayland also acts as such. Shouldn't be too hard to fix.
For example if the screen is at 1000x0 (infinite size) and satellite reports a window position of 0x0, XWayland will always report a pointer position inside the physical screen (X >= 1000)
possible solutions i think:
I might try to do something about this.
This issue may be the same as #15
The text was updated successfully, but these errors were encountered: