Powered by Blogger.

Social Icons

Featured Posts

Check Bluetooth Headphones Battery Level

Sunday, June 26, 2022

Pair Bluetooth Headphone with mobile phone.

Now battery level will be visible.




Get X,Y coordinates of mouse cursor in Linux

Install package xdotool

sudo apt-get install xdotool


Now run following command to get X,Y coordinates of mouse cursor

xdotool getmouselocation


Output will be like this

x:1285 y:10 screen:0

 

Translate

Popular Posts