diff options
| author | LM-LCL <hello@exaltedelite.club> | 2023-08-05 10:51:55 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2023-08-05 10:51:55 +0200 |
| commit | 7dbcca49ff3cf7c1fe3e7ebe327e58df5c8a9b0b (patch) | |
| tree | c0d9bb323dc51fa64f2b6b144dcb0c99240ca812 /README | |
slock-1.5
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. |
