From 0b6ed2b92d576704f934afbdc387290b638b974c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 23 Oct 2022 10:45:59 +0200 Subject: [PATCH] xsecurelock: rename stop on dpms option --- bin/xss-lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xss-lock b/bin/xss-lock index 5ada7f0..ba9e421 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -41,7 +41,7 @@ case "$1" in `# Delay mapping saver window by 500ms to give some time to saver to start` \ XSECURELOCK_SAVER_DELAY_MS=500 \ `# Do not kill screensaver when DPMS is enabled` \ - XSECURELOCK_SAVER_STOP_ON_DPMS=0 \ + XSECURELOCK_SAVER_STOP_ON_BLANK=0 \ `# Do not mess with DPMS settings` \ XSECURELOCK_BLANK_TIMEOUT=-1 \ `# Image and text for saver` \