summaryrefslogtreecommitdiff
path: root/i3lock.1
diff options
context:
space:
mode:
authorMichael Stapelberg <michael+x200@stapelberg.de>2009-05-10 12:48:16 +0200
committerMichael Stapelberg <michael+x200@stapelberg.de>2009-05-10 12:48:16 +0200
commit4a9d3d7365bea96f93024e7e6e906e306781e2e7 (patch)
tree5361a08bc8b89b01af8bd44c85406db6bc7ddb18 /i3lock.1
parent715e46b45e0077e265bfb42f6b71b00923086bcf (diff)
Implement options for forking, beeping and DPMS. Bump version to 1.0.
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>