Comment on WHERE THE FUCK IS THE CURSOR?
Remember_the_tooth@lemmy.world 2 weeks agoIs there a way to define a home location for the cursor and have a key combination to send it there?
Comment on WHERE THE FUCK IS THE CURSOR?
Remember_the_tooth@lemmy.world 2 weeks agoIs there a way to define a home location for the cursor and have a key combination to send it there?
OwOarchist@pawb.social 2 weeks ago
xdotool mousemove 0 0Replace the
0 0with 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.
Remember_the_tooth@lemmy.world 2 weeks ago
Image
Flames5123@sh.itjust.works 2 weeks ago
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!!