summaryrefslogtreecommitdiff
path: root/i3lock.1
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2009-08-02 21:47:39 +0200
committerMichael Stapelberg <michael@stapelberg.de>2009-08-02 21:47:39 +0200
commitef1d47ce5b663ccc75f8387021bcc4a9e75b2a5d (patch)
tree884182a692370835e17e0ae0607f61c2b1e5bfc6 /i3lock.1
parent1cddfc4a98efa54203f48de30b9937aaf66a95b4 (diff)
Some small cleanups
Diffstat (limited to 'i3lock.1')
-rw-r--r--i3lock.121
1 files changed, 13 insertions, 8 deletions
diff --git a/i3lock.1 b/i3lock.1
index d07af67..35df6e0 100644
--- a/i3lock.1
+++ b/i3lock.1
@@ -8,7 +8,7 @@
.fi
..
-.TH i3lock 1 "JUNE 2009" Linux "User Manuals"
+.TH i3lock 1 "AUGUST 2009" Linux "User Manuals"
.SH NAME
i3lock \- slightly improved version of slock
@@ -38,9 +38,11 @@ improves slock by making it fork() and therefore combinable with
commands to suspend your computer. Additionally, instead of turning off
your screen via DPMS and/or displaying a black screen,
.B i3lock
-displays a white screen so you can see if your computer failed to resume
-from suspend or if your screen is just locked. Also, when entering a wrong
-password,
+displays a white (or colored in your favorite color) screen so you can see
+if your computer failed to resume from suspend or if your screen is just
+locked. Since version 1.1,
+.B i3lock
+can display images in XPM file format. Also, when entering a wrong password,
.B i3lock
does not call XBell(). This is important because
.B i3lock/slock
@@ -76,14 +78,17 @@ XPM by using convert(1) from ImageMagick or GIMP for example.
.TP
.B \-c, \-\-color
-Turns the screen into the given color instead of white. Color must be given in 6-byte format: rrggbb (i.e. ff0000 is red)
+Turns the screen into the given color instead of white. Color must be given in 6-byte
+format: rrggbb (i.e. ff0000 is red)
.TP
-.B \-t, \-\-tiling
-If an image is specified (via -i) it will display the image tiled all over the screen (if it is a multi-monitor setup, the image is visible on all screens)
->>>>>>> adding option to enable tiling of images:i3lock.1
+.B \-t, \-\-tile
+If an image is specified (via -i) it will display the image tiled all over the screen
+(if it is a multi-monitor setup, the image is visible on all screens).
.SH AUTHOR
Michael Stapelberg <michael+i3lock at stapelberg dot de>
+Jan-Erik Rediger <badboy at archlinux.us>
+
forked from slock-0.9 by Anselm R Garbe <garbeam at gmail dot com>