This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
i3lock
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
i3lock.1: use signal names without SIG prefix (Thanks rodfersou)
see
#32
master
Michael Stapelberg
9 years ago
parent
619c791a20
commit
679fb57acc
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
i3lock.1
+ 1
- 1
i3lock.1
View File
@ -134,7 +134,7 @@ use a wrapper script around i3lock like the following:
\& revert() {
\& xset dpms 0 0 0
\& }
\& trap revert
SIG
HUP
SIG
INT
SIG
TERM
\& trap revert HUP INT TERM
\& xset +dpms dpms 5 5 5
\& i3lock -n
\& revert
Write
Preview
Loading…
Cancel
Save