From: Michael Stapelberg Date: Mon, 20 Jun 2016 17:46:38 +0000 (+0200) Subject: i3lock.1: use signal names without SIG prefix (Thanks rodfersou) X-Git-Tag: 2.9~14 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=679fb57acc09a149fb6005b481b8ae0f6b994498;p=i3%2Fi3lock i3lock.1: use signal names without SIG prefix (Thanks rodfersou) see #32 --- 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