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.