2006-10-11 12:35:21 +02:00
|
|
|
slock - simple screen locker
|
|
|
|
============================
|
2023-04-15 23:49:27 +02:00
|
|
|
simple screen locker utility for X.
|
|
|
|
|
|
|
|
Includes patch for using image file as the background.
|
2006-10-11 12:35:21 +02:00
|
|
|
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
2023-04-15 23:49:27 +02:00
|
|
|
Apply the background image patch:
|
|
|
|
|
|
|
|
patch -N < slock-image.patch
|
|
|
|
|
2008-07-29 20:08:18 +02:00
|
|
|
Afterwards enter the following command to build and install slock
|
|
|
|
(if necessary as root):
|
2006-10-11 12:35:21 +02:00
|
|
|
|
|
|
|
make clean install
|
|
|
|
|
|
|
|
|
|
|
|
Running slock
|
|
|
|
-------------
|
2007-11-24 21:17:32 +01:00
|
|
|
Simply invoke the 'slock' command. To get out of it, enter your password.
|