X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3lock.1;h=434638b6aa1ab793f2f33163065eafa3f3fca665;hb=a395006844adbd538c0ab0f201fc956b0e7d7bc6;hp=aff08f307016302d68fe6665b31ab1dc9e9c38b2;hpb=929e541fb78aa167fc52eb684d4fdff8b305b246;p=i3%2Fi3lock diff --git a/i3lock.1 b/i3lock.1 index aff08f3..434638b 100644 --- a/i3lock.1 +++ b/i3lock.1 @@ -27,9 +27,8 @@ i3lock \- improved screen locker .IR pointer\|] .RB [\|\-u\|] .RB [\|\-e\|] -.RB [\|\-I -.IR timeout\|] .RB [\|\-f\|] +.RB [\|\-l\|] .SH DESCRIPTION .B i3lock @@ -64,13 +63,6 @@ Don't fork after starting. 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 -.BI \-I\ seconds \fR,\ \fB\-\-inactivity-timeout= seconds -Specifies the number of seconds i3lock will wait for another password before -turning off the monitors, in case you entered a wrong password or canceled by -pressing Escape. Only makes sense together with \-d. If omitted, the default is -30 seconds. - .TP .B \-u, \-\-no-unlock-indicator Disable the unlock indicator. i3lock will by default show an unlock indicator @@ -114,6 +106,10 @@ your computer with the enter key. .B \-f, \-\-show-failed-attempts Show the number of failed attempts, if any. +.TP +.B \-l, \-\-lock-console +Lock the console to disable TTY switching (Linux only). + .TP .B \-\-debug Enables debug logging. @@ -134,12 +130,14 @@ use a wrapper script around i3lock like the following: \& revert() { \& xset dpms 0 0 0 \& } -\& trap revert SIGHUP SIGINT SIGTERM +\& trap revert HUP INT TERM \& xset +dpms dpms 5 5 5 \& i3lock -n \& revert .Ve +The \-I (-\-inactivity-timeout=seconds) was removed because it only makes sense with DPMS. + .SH SEE ALSO .IR xautolock(1) \- use i3lock as your screen saver