How to add mouse cursor to Xephyr?

I'm using pyvirtualdisplay (which launches Xephyr) and xdotool to automate mouse movements. While I know it works, I can't see the mouse cursor. Is it possible to add it? I've added fluxbox window manager with subprocess.Popen. Is there some application to draw the cursor in the same window?

1

1 Answer

Use Xephyr -softCursor parameter

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like