diff options
| author | NPScript <nathan.p.reiner@gmail.com> | 2021-02-22 12:08:25 +0100 |
|---|---|---|
| committer | NPScript <nathan.p.reiner@gmail.com> | 2021-02-22 12:08:25 +0100 |
| commit | 0370484f394512a3240f1efe6cebe61744ea780e (patch) | |
| tree | f6d9c7c68136f5c7a183b7a15da88fca83b4df4d /README | |
init commit
Diffstat (limited to 'README')
| -rw-r--r-- | README | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +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. |