update i3lock to properly disable dpms on unlock
This commit is contained in:
parent
1c4a26896a
commit
17fb1204a6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -euo pipefail
|
||||||
|
|
||||||
revert() {
|
revert() {
|
||||||
# disable DPMS
|
# disable DPMS
|
||||||
xset dpms 0 0 0 0
|
xset dpms 0 0 0
|
||||||
}
|
}
|
||||||
|
|
||||||
# revert DPMS on script exit
|
# revert DPMS on script exit
|
||||||
|
|
Loading…
Reference in a new issue