commit 679fb57acc09a149fb6005b481b8ae0f6b994498
parent 619c791a202f550c0f7ea46cff0677fc5a0235da
Author: Michael Stapelberg <michael@stapelberg.de>
Date: Mon, 20 Jun 2016 19:46:38 +0200
i3lock.1: use signal names without SIG prefix (Thanks rodfersou)
see #32
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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