i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit c1a91badbed68ab63e1109bf74902e2f88bae008
parent c46057a288dd45545af6652c79b62dc42e8796e2
Author: Michael Stapelberg <michael@stapelberg.de>
Date:   Sat, 27 Jun 2009 23:06:44 +0200

Document the new option in the manpage

Diffstat:
Mi3lock.1 | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git 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>