simple X display locker utility
Go to file
Anselm R. Garbe 48a7ab2225 grab on the root window, it is correct, all lockers do that 2007-03-07 10:57:23 +01:00
.hgtags Added tag 0.5 for changeset bd24ea7fcca2 2007-03-05 11:28:53 +01:00
LICENSE fixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg) 2007-01-13 14:09:41 +01:00
Makefile fixed a potential buffer overflow bug on the stack (thanks to Ghassan Misherg) 2007-01-13 14:09:41 +01:00
README initial commit 2006-10-11 12:35:21 +02:00
config.mk grab on the root window, it is correct, all lockers do that 2007-03-07 10:57:23 +01:00
slock.c grab on the root window, it is correct, all lockers do that 2007-03-07 10:57:23 +01:00

README

slock - simple screen locker
============================
simple screen locker utility for X. 


Requirements
------------
In order to build slock you need the Xlib header files.


Installation
------------
Edit config.mk to match your local setup (slock is installed into
the /usr/local namespace by default).

Afterwards enter the following command to build and install slock (if
necessary as root):

    make clean install


Running slock
-------------
Simply invoke the 'slock' command.