Hi,

using Cachyos kde I've been making a python script that will move the mouse to a position -> click -> move mouse back to the original position. I can get this working with x11, but it fails with wayland.

Do you know any way to programatically move the mouse and click that works with wayland?

Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 1 month ago

xdotool should work the same in the Wayland session, assuming you give X11 apps the permission to emulate input. What about it isn't working?

  • source