From 679fb57acc09a149fb6005b481b8ae0f6b994498 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 20 Jun 2016 19:46:38 +0200 Subject: i3lock.1: use signal names without SIG prefix (Thanks rodfersou) see #32 --- i3lock.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3lock.1 b/i3lock.1 index aff08f3..eca7f97 100644 --- 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 -- cgit v1.1