Post #3744983
2026-07-11 18:36 UTC
The proper way to programmatically move a cursor on Linux is using uinput.
Anything you were doing that worked in xorg and not in wayland was more akin to a weird remnant from the 80s than to an actual solution.
However, there will likely be full featured applications that already do whatever you were trying to do.
Replies (1)
-
@Zamundaaa@discuss.tchncs.de 2026-07-12 12:28
uinput is not the proper way, it’s emulating a hardware device. The remote desktop portal is the proper way. Even xdotool works through that.