-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
33 lines (22 loc) · 823 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
slock - simple screen locker with DPMS-Patch
============================================
simple screen locker utility for X.
DPMS-Patch
----------
The patched version in the dpms-branch tries to disable the monitor after
a timeout of five second per default. This value can be configured.
A patchable diff against version 1.4 can be created by:
git diff 1.4 slock.c config.def.h
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.