Browse Source

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

see #32
master
Michael Stapelberg 9 years ago
parent
commit
679fb57acc
  1. 2
      i3lock.1

2
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

Loading…
Cancel
Save