i3lock.1: use signal names without SIG prefix (Thanks rodfersou)

see #32
pull/48/merge
Michael Stapelberg 2016-06-20 19:46:38 +02:00
parent 619c791a20
commit 679fb57acc
1 changed files with 1 additions and 1 deletions

View File

@ -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