-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathi3lock.1
136 lines (109 loc) · 3.36 KB
/
i3lock.1
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
.TH i3lock 1 "JUNE 2014" Linux "User Manuals"
.SH NAME
i3lock \- improved screen locker
.SH SYNOPSIS
.B i3lock
.RB [\|\-v\|]
.RB [\|\-n\|]
.RB [\|\-b\|]
.RB [\|\-d\|]
.RB [\|\-i
.IR image.png \|]
.RB [\|\-c
.IR color \|]
.RB {[\|\-t\|]|[\|\-z\|]|[\|\-f\|]}
.RB [\|\-p
.IR pointer\|]
.RB [\|\-u\|]
.SH DESCRIPTION
.B i3lock
is a simple screen locker like slock. After starting it, you will see a white
screen (you can configure the color/an image). You can return to your screen by
entering your password.
.SH IMPROVEMENTS
.TP
* Intruder detection enabled in
.B i3lock-spy
through external
.B i3lock-sentry
script
.TP
* SEE ALSO:
.B i3lock-spy-mouse
and
.B i3lock-spy-panel
which contain additional tweaks (obvious by name)
.TP
* i3lock forks, so you can combine it with an alias to suspend to RAM (run "i3lock && echo mem > /sys/power/state" to get a locked screen after waking up your computer from suspend to RAM)
.TP
* You can specify either a background color or a PNG image which will be displayed while your screen is locked.
.TP
* You can specify whether i3lock should bell upon a wrong password.
.TP
* i3lock uses PAM and therefore is compatible with LDAP etc.
.SH OPTIONS
.TP
.B \-v, \-\-version
Display the version of your
.B i3lock
.TP
.B \-n, \-\-nofork
Don't fork after starting.
.TP
.B \-b, \-\-beep
Enable beeping. Be sure to not do this when you are about to annoy other people,
like when opening your laptop in a boring lecture.
.TP
.B \-d, \-\-dpms
Enable turning off your screen using DPMS. Note that, when you do not specify this
option, DPMS will turn off your screen after 15 minutes of inactivity anyways (if
you did not disable this in your X server).
.TP
.B \-u, \-\-no-unlock-indicator
Disables the unlock indicator. i3lock will by default show an unlock indicator
after pressing keys. This will give feedback for every keypress and it will
show you the current PAM state (whether your password is currently being
verified or whether it is wrong).
.TP
.BI \-i\ path \fR,\ \fB\-\-image= path
Display the given PNG image instead of a blank screen.
.TP
.BI \-c\ rrggbb \fR,\ \fB\-\-color= rrggbb
Turns the screen into the given color instead of white. Color must be given in 6-byte
format: rrggbb (i.e. ff0000 is red)
.TP
.B \-t, \-\-tiling
If an image is specified (via \-i) it will display the image tiled all over the screen
(if it is a multi-monitor setup, the image is visible on all screens).
.TP
.B \-z, \-\-zoom
If an image is specified (via \-i) it will display the image zoomed across the screen
(if it is a multi-monitor setup, the image is visible on all screens).
.TP
.B \-f, \-\-fit
If an image is specified (via \-i) it will display the image best fit to the screen
(if it is a multi-monitor setup, the image is visible on all screens).
.TP
.BI \-p\ win|default \fR,\ \fB\-\-pointer= win|default
If you specify "default",
.B i3lock
does not hide your Mousepointer. If you specify "win",
.B i3lock
displays a hardcoded Windows-Pointer (thus enabling you to fuck with your
friends by using a Screenshot of a Windows-Desktop as a locking-screen).
.SH SEE ALSO
.IR xautolock(1)
\- use i3lock as your screen saver
.SH AUTHOR
Michael Stapelberg <michael+i3lock at stapelberg dot de>
Jan-Erik Rediger <badboy at archlinux dot us>
JustBrowsing <developer4linux at gmail dot com>