i3lock/i3lock.1

100 lines
2.4 KiB
Groff
Raw Normal View History

.de Vb \" Begin verbatim text
.ft CW
.nf
.ne \\$1
..
.de Ve \" End verbatim text
.ft R
.fi
..
2010-07-16 17:56:15 +02:00
.TH i3lock 1 "JULY 2010" Linux "User Manuals"
.SH NAME
2010-07-16 17:56:15 +02:00
i3lock \- improved screen locker
.SH SYNOPSIS
.B i3lock
.RB [\|\-v\|]
.RB [\|\-n\|]
.RB [\|\-b\|]
.RB [\|\-d\|]
2009-06-27 23:06:44 +02:00
.RB [\|\-i
2010-07-16 17:56:15 +02:00
.IR image.png \|]
.RB [\|\-c
.IR color \|]
.RB [\|\-t\|]
2010-07-16 18:15:31 +02:00
.RB [\|\-p
.IR pointer\|]
.SH DESCRIPTION
.B i3lock
2010-07-16 17:56:15 +02:00
is a simple screen locker like slock. After starting it, you will see a white
screen (you can configure the color/an image). You can return to your screen by
entering your passwords.
2010-07-16 17:56:15 +02:00
.SH IMPROVEMENTS
2010-07-16 17:56:15 +02:00
.TP
* i3lock forks, so you can combine it with an alias to suspend to RAM (run "i3lock && echo mem > /sys/power/state" to get a locked screen after waking up your computer from suspend to RAM)
.TP
* You can either a background color or a PNG image which will be displayed while your screen is locked.
.TP
* You can specify whether i3lock should bell upon a wrong password.
.TP
* i3lock uses PAM and therefore is compatible with LDAP etc.
.SH OPTIONS
.TP
.B \-v, \-\-version
Display the version of your
.B i3lock
.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).
2009-06-27 23:06:44 +02:00
.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.
.TP
.B \-c, \-\-color
2009-08-02 21:47:39 +02:00
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
2010-07-16 20:36:11 +02:00
.B \-t, \-\-tiling
2009-08-02 21:47:39 +02:00
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).
.TP
.B \-p, \-\-pointer
If you specify "default",
.B i3lock
2010-07-16 18:15:31 +02:00
does not hide your Mousepointer. If you specify "win",
.B i3lock
displays a hardcoded Windows-Pointer (thus enabling you to fuck with your
friends by using a Screenshot of a Windows-Desktop as a locking-screen).
.SH AUTHOR
Michael Stapelberg <michael+i3lock at stapelberg dot de>
2009-08-02 21:47:39 +02:00
Jan-Erik Rediger <badboy at archlinux.us>