summaryrefslogtreecommitdiff
path: root/i3lock.1
diff options
context:
space:
mode:
Diffstat (limited to 'i3lock.1')
-rw-r--r--i3lock.130
1 files changed, 27 insertions, 3 deletions
diff --git a/i3lock.1 b/i3lock.1
index facc39f..922c153 100644
--- a/i3lock.1
+++ b/i3lock.1
@@ -8,13 +8,17 @@
.fi
..
-.TH i3lock 1 "MARCH 2009" Linux "User Manuals"
+.TH i3lock 1 "MAY 2009" Linux "User Manuals"
.SH NAME
i3lock \- slightly improved version of slock
.SH SYNOPSIS
-i3lock takes no arguments
+.B i3lock
+.RB [\|\-v\|]
+.RB [\|\-n\|]
+.RB [\|\-b\|]
+.RB [\|\-d\|]
.SH DESCRIPTION
.B i3lock
@@ -37,8 +41,28 @@ does not call XBell(). This is important because
.B i3lock/slock
think you've entered a password when resuming from suspend, at least sometimes.
+Since version 1.0, i3lock supports PAM.
+
+.SH OPTIONS
+.TP
+.B \-v, \-\-version
+Display the version of your
.B i3lock
-was forked from slock-0.9
+
+.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).
.SH AUTHOR
Michael Stapelberg <michael+i3lock at stapelberg dot de>