update i3lock to properly disable dpms on unlock

This commit is contained in:
Tony Blyler 2021-12-16 11:05:33 -05:00
parent 1c4a26896a
commit 17fb1204a6

View file

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