Go to file
Marcin Woźniak 8c7ab14a89
first commit
2021-06-02 08:25:14 +02:00
patches first commit 2021-06-02 08:25:14 +02:00
LICENSE first commit 2021-06-02 08:25:14 +02:00
Makefile first commit 2021-06-02 08:25:14 +02:00
README first commit 2021-06-02 08:25:14 +02:00
arg.h first commit 2021-06-02 08:25:14 +02:00
config.h first commit 2021-06-02 08:25:14 +02:00
config.mk first commit 2021-06-02 08:25:14 +02:00
explicit_bzero.c first commit 2021-06-02 08:25:14 +02:00
slock.1 first commit 2021-06-02 08:25:14 +02:00
slock.c first commit 2021-06-02 08:25:14 +02:00
util.h first commit 2021-06-02 08:25:14 +02: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. To get out of it, enter your password.