summaryrefslogtreecommitdiff
path: root/i3lock.1
diff options
context:
space:
mode:
authorJan-Erik Rediger <badboy@archlinux.us>2009-08-02 19:59:16 +0200
committerMichael Stapelberg <michael@stapelberg.de>2009-08-02 21:35:28 +0200
commit1cddfc4a98efa54203f48de30b9937aaf66a95b4 (patch)
tree2571f536539250e9378060388553149cd0582d67 /i3lock.1
parent0b1d84bb7a0d79feffa3c79f90ee44a684169729 (diff)
adding option to enable tiling of images
Diffstat (limited to 'i3lock.1')
-rw-r--r--i3lock.16
1 files changed, 6 insertions, 0 deletions
diff --git a/i3lock.1 b/i3lock.1
index cb45870..d07af67 100644
--- a/i3lock.1
+++ b/i3lock.1
@@ -23,6 +23,7 @@ i3lock \- slightly improved version of slock
.IR image.xpm \|]
.RB [\|\-c
.IR color \|]
+.RB [\|\-t\|]
.SH DESCRIPTION
.B i3lock
@@ -77,6 +78,11 @@ XPM by using convert(1) from ImageMagick or GIMP for example.
.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)
+.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
+
.SH AUTHOR
Michael Stapelberg <michael+i3lock at stapelberg dot de>