diff options
author | Bradley Taunt <bt@btxx.org> | 2024-01-18 13:01:04 -0500 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-01-18 13:01:04 -0500 |
commit | bde3db26330f878d073359476f27c3a90c9b582d (patch) | |
tree | 3f1308098a7eada810246029bb92a05b4c2345c7 /README |
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. |