]> git.sur5r.net Git - i3/i3lock/blob - i3lock.1
Fix spelling errors
[i3/i3lock] / i3lock.1
1 .de Vb \" Begin verbatim text
2 .ft CW
3 .nf
4 .ne \\$1
5 ..
6 .de Ve \" End verbatim text
7 .ft R
8 .fi
9 ..
10
11 .TH i3lock 1 "MARCH 2009" Linux "User Manuals"
12
13 .SH NAME
14 i3lock \- slightly improved version of slock
15
16 .SH SYNOPSIS
17 i3lock takes no arguments
18
19 .SH DESCRIPTION
20 .B i3lock
21 locks your screen by making it white. To quit
22 .B i3lock
23 just enter your password.
24
25 .SH DIFFERENCES TO SLOCK
26
27 .B i3lock
28 improves slock by making it fork() and therefore combinable with
29 commands to suspend your computer. Additionally, instead of turning off
30 your screen via DPMS and/or displaying a black screen,
31 .B i3lock
32 displays a white screen so you can see if your computer failed to resume
33 from suspend or if your screen is just locked. Also, when entering a wrong
34 password,
35 .B i3lock
36 does not call XBell(). This is important because
37 .B i3lock/slock
38 think you've entered a password when resuming from suspend, at least sometimes.
39
40 .B i3lock
41 was forked from slock-0.9
42
43 .SH AUTHOR
44 Michael Stapelberg <michael+i3lock at stapelberg dot de>
45
46 forked from slock-0.9 by Anselm R Garbe <garbeam at gmail dot com>