From 17fb1204a6399693ce1165f382f459d30855b66a Mon Sep 17 00:00:00 2001 From: Tony Blyler Date: Thu, 16 Dec 2021 11:05:33 -0500 Subject: [PATCH] update i3lock to properly disable dpms on unlock --- home/bin/i3lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/bin/i3lock b/home/bin/i3lock index ace327f..9cfd21f 100755 --- a/home/bin/i3lock +++ b/home/bin/i3lock @@ -3,7 +3,7 @@ set -euo pipefail revert() { # disable DPMS - xset dpms 0 0 0 0 + xset dpms 0 0 0 } # revert DPMS on script exit