]> git.sur5r.net Git - i3/i3lock/blobdiff - i3lock.1
unlock automatically after authentication failure (#90)
[i3/i3lock] / i3lock.1
index aff08f307016302d68fe6665b31ab1dc9e9c38b2..55af52d759a7576ec53a2058310953b04b8a78e9 100644 (file)
--- a/i3lock.1
+++ b/i3lock.1
@@ -27,8 +27,6 @@ i3lock \- improved screen locker
 .IR pointer\|]
 .RB [\|\-u\|]
 .RB [\|\-e\|]
-.RB [\|\-I
-.IR timeout\|]
 .RB [\|\-f\|]
 
 .SH DESCRIPTION
@@ -64,13 +62,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
@@ -134,12 +125,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