Hello, world

This commit is contained in:
Martin Tournoij 2015-09-09 23:59:43 +02:00
commit e84de832d3
4 changed files with 11 additions and 0 deletions

2
.hgignore Normal file
View File

@ -0,0 +1,2 @@
find-cursor
capture

2
Makefile Normal file
View File

@ -0,0 +1,2 @@
all:
cc find-cursor.c -o find-cursor -lX11

7
README.markdown Normal file
View File

@ -0,0 +1,7 @@
Simple XLib program to highlight the cursor position. This is similar to the
feature found in Windows XP (and possibly later?)
You can compile it by typing `make`. At the top of the file there are some
variables you can tweak if you wish.
You can map it in your WM or with `xbindkeys`.

BIN
screenshot.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB