-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
41 lines (30 loc) · 888 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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.
Version
-------
1.5
Patches
-------
slock-dpms-1.4.diff
slock-message-20191002-b46028b.diff
slock-xresources-20191126-53e56c7.diff
slock-alternate-colors-20220921-35633d4.diff
slock-pam_auth-20190207-35633d4.diff
slock-user-1.5.diff
Last implemented commit
-----------------------
2023-10-06 09:57 slock.1: use standard wording for options Hiltjo Posthuma