Beep@lemmus.org to Lemmy Shitpost@lemmy.worldEnglish · 6 hours agoWHERE THE FUCK IS THE CURSOR?pbs.twimg.comimagemessage-square92linkfedilinkarrow-up1572arrow-down14cross-posted to: programmer_humor@programming.dev
arrow-up1568arrow-down1imageWHERE THE FUCK IS THE CURSOR?pbs.twimg.comBeep@lemmus.org to Lemmy Shitpost@lemmy.worldEnglish · 6 hours agomessage-square92linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squareOwOarchist@pawb.sociallinkfedilinkEnglisharrow-up13·4 hours agoxdotool 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.
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.