From a2d62dc47c9b6082b0cb6c59796f9bfe3139322c Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Tue, 28 Dec 2021 23:18:52 +0100 Subject: [PATCH] xss-lock: do not stop saver when DPMS kicks in I have another issue on neo's resume. Let's investigate. --- bin/xss-lock | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/xss-lock b/bin/xss-lock index 7a84f38..d60a745 100755 --- a/bin/xss-lock +++ b/bin/xss-lock @@ -39,8 +39,6 @@ case "$1" in XSECURELOCK_NO_XRANDR15=1 \ `# Delay mapping saver window by 500ms to give some time to saver to start` \ XSECURELOCK_SAVER_DELAY_MS=500 \ - `# Do not stop saver on when DPMS kicks in` \ - XSECURELOCK_SAVER_STOP_ON_DPMS=0 \ `# Image and text for saver` \ XSECURELOCK_SAVER_IMAGE=$XDG_RUNTIME_DIR/i3/current-wallpaper.png \ XSECURELOCK_SAVER_WEATHER=$XDG_RUNTIME_DIR/i3/weather.txt \