Go to file
Khue Doan b2f5b85fc4 Change group from nogroup to nobody
To work on Arch Linux
2019-06-09 18:53:19 +07:00
LICENSE Iinitial commit 2019-06-09 18:38:11 +07:00
Makefile Iinitial commit 2019-06-09 18:38:11 +07:00
README.md Change readme format to markdown 2019-06-09 18:40:27 +07:00
arg.h Iinitial commit 2019-06-09 18:38:11 +07:00
config.def.h Iinitial commit 2019-06-09 18:38:11 +07:00
config.h Change group from nogroup to nobody 2019-06-09 18:53:19 +07:00
config.mk Iinitial commit 2019-06-09 18:38:11 +07:00
explicit_bzero.c Iinitial commit 2019-06-09 18:38:11 +07:00
slock.1 Iinitial commit 2019-06-09 18:38:11 +07:00
slock.c Iinitial commit 2019-06-09 18:38:11 +07:00
util.h Iinitial commit 2019-06-09 18:38:11 +07:00

README.md

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. To get out of it, enter your password.