i3lock-color

The world's most popular non-default computer lockscreen.
Index Commits Files Refs README LICENSE
commit 70d26486391e8a607608510e74237f5835796c46
parent 36146964d8d2f12c1209a7843d825e793cacde85
Author: Chris Guillott <chris@techfo.xyz>
Date:   Wed, 22 Jun 2016 16:43:04 -0500

Merge remote-tracking branch 'upstream/master'

Diffstat:
Mi3lock.1 | 2+-
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