From a43c1d8b999aa809aa9af11a23353094af260fbe Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 19 Dec 2021 12:47:58 +0100 Subject: [PATCH] xss-lock: do not stop saver when DPMS kicks in This needs a custom version of xsecurelock. Our saver is energy-efficient! --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index 3321445..f786143 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -39,8 +39,8 @@ case "$1" in XSECURELOCK_SAVER_IMAGE=$XDG_RUNTIME_DIR/i3/current-wallpaper.png \ XSECURELOCK_SAVER_WEATHER=$XDG_RUNTIME_DIR/i3/weather.txt \ XSECURELOCK_SAVER_DELAY_MS=500 \ + XSECURELOCK_SAVER_STOP_ON_DPMS=0 \ XSECURELOCK_FONT="Iosevka" \ - XSECURELOCK_BLANK_TIMEOUT=-1 \ XSECURELOCK_AUTH_TIMEOUT=10 \ xsecurelock echo "lock: unlock screen"