summaryrefslogtreecommitdiff
path: root/i3lock.1
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2009-06-27 23:06:44 +0200
committerMichael Stapelberg <michael@stapelberg.de>2009-06-27 23:06:44 +0200
commitc1a91badbed68ab63e1109bf74902e2f88bae008 (patch)
treeea3293857c47012adb709d9c138ae2936ac2390e /i3lock.1
parentc46057a288dd45545af6652c79b62dc42e8796e2 (diff)
Document the new option in the manpage
Diffstat (limited to 'i3lock.1')
-rw-r--r--i3lock.19
1 files changed, 8 insertions, 1 deletions
diff --git a/i3lock.1 b/i3lock.1
index 922c153..214d22a 100644
--- a/i3lock.1
+++ b/i3lock.1
@@ -8,7 +8,7 @@
.fi
..
-.TH i3lock 1 "MAY 2009" Linux "User Manuals"
+.TH i3lock 1 "JUNE 2009" Linux "User Manuals"
.SH NAME
i3lock \- slightly improved version of slock
@@ -19,6 +19,8 @@ i3lock \- slightly improved version of slock
.RB [\|\-n\|]
.RB [\|\-b\|]
.RB [\|\-d\|]
+.RB [\|\-i
+.IR image.xpm \|]
.SH DESCRIPTION
.B i3lock
@@ -64,6 +66,11 @@ Enable turning off your screen using DPMS. Note that, when you do not specify th
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 \-i, \-\-image
+Display the given XPM image instead of a blank screen. You can convert an image to
+XPM by using convert(1) from ImageMagick or GIMP for example.
+
.SH AUTHOR
Michael Stapelberg <michael+i3lock at stapelberg dot de>