diff options
| author | Nikita Langer <nikitalanger@icloud.com> | 2026-04-06 22:12:19 +0200 |
|---|---|---|
| committer | Nikita Langer <nikitalanger@icloud.com> | 2026-04-06 22:12:19 +0200 |
| commit | 3e2654a33d8b1124f30b0b76bff07ad9dae81408 (patch) | |
| tree | 5d75c9826a14fd8146fe5f3fc66c9d3fd53ca531 /README | |
| download | slock-master.tar.gz slock-master.tar.bz2 slock-master.tar.xz slock-master.zip | |
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. |
