WHERE THE FUCK IS THE CURSOR?

https://lemmus.org/post/21124885

Shake till it gets big
Is there a way to define a home location for the cursor and have a key combination to send it there?

xdotool mousemove 0 0

Replace the 0 0 with your desired coordinates if you don’t want the ‘home location’ to be at the top left.

Then use xbindkeys to bind your desired key combination to run that command.

Oh my god. You just revolutionized my gaming with this. I’ll never have a moment of “oh no my cursor is on another monitor” again!

Thank you!!