packages icon
This is X Transparent Lock, version 1.0.  Xtrlock is a very minimal X
display lock program, which uses nothing except the Xlib library.
On my system (Linux, compiled with gcc -O2 -m486) the binary is 13.3K.

Note that xtrlock currently does not work with shadow passwords.  If
someone sends me some patches for shadow password support I'll
probably include them.

There is also no support for X resources or command-line arguments -
the timeouts and cursor bitmaps and colours cannot be modified.  If
someone sends me some Xlib-only X resource support I may well include
it.

To install xtrlock:

Build the program:
	xmkmf
	make

Test it:
	./xtrlock

Install it and the manpage:
	make install install.man