Heyo guys. I am using bash script to get current location of my mouse, but I stuck with this. when I do:
xdotool getmouselocation
x:688 y:411 screen:0 window:98568199
I got my output as a string, I am kinda newbie. How can I get values of x
and y
into some variables, so I can use them further. Thank you.