Skip to content

signijalv52/getmousecursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

getmousecursor

This is simple mouse cursor reading utility for X11 system. This program reads current mouse cursor image and posts it as raw binary data to stdout. It may be useful in some automation systems with xdotool.

compilation

gcc -Wall getmousecursor.c -o getmousecursor `pkg-config --cflags --libs x11 xfixes`

Releases

No releases published

Packages

No packages published

Languages