]> git.sur5r.net Git - i3/i3lock/commitdiff
i3lock.1: use signal names without SIG prefix (Thanks rodfersou)
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 20 Jun 2016 17:46:38 +0000 (19:46 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 20 Jun 2016 17:46:38 +0000 (19:46 +0200)
see #32

i3lock.1

index aff08f307016302d68fe6665b31ab1dc9e9c38b2..eca7f976ed7d6a012b698479136d62556c2781fd 100644 (file)
--- a/i3lock.1
+++ b/i3lock.1
@@ -134,7 +134,7 @@ 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