]> git.sur5r.net Git - i3/i3lock/blob - README.md
Move all PAM code behind UES_PAM and enable that by default.
[i3/i3lock] / README.md
1 i3lock - improved screen locker
2 ===============================
3 i3lock is a simple screen locker like slock. After starting it, you will
4 see a white screen (you can configure the color/an image). You can return
5 to your screen by entering your password.
6
7 Many little improvements have been made to i3lock over time:
8
9 - i3lock forks, so you can combine it with an alias to suspend to RAM
10   (run "i3lock && echo mem > /sys/power/state" to get a locked screen
11    after waking up your computer from suspend to RAM)
12
13 - You can specify either a background color or a PNG image which will be
14   displayed while your screen is locked.
15
16 - You can specify whether i3lock should bell upon a wrong password.
17
18 - i3lock uses PAM and therefore is compatible with LDAP etc.
19
20 Requirements
21 ------------
22 - pkg-config
23 - libxcb
24 - libxcb-util
25 - libpam-dev
26 - libcairo-dev
27 - libxcb-composite0
28 - libxcb-xinerama
29 - libev
30 - libx11-dev
31 - libx11-xcb-dev
32 - libxkbcommon >= 0.5.0
33 - libxkbcommon-x11 >= 0.5.0
34
35 Running i3lock
36 -------------
37 Simply invoke the 'i3lock' command. To get out of it, enter your password and
38 press enter.
39
40 Upstream
41 --------
42 Please submit pull requests to https://github.com/i3/i3lock