xss-lock: do not stop saver when DPMS kicks in

This needs a custom version of xsecurelock. Our saver is
energy-efficient!
This commit is contained in:
Vincent Bernat 2021-12-19 12:47:58 +01:00
parent 91cb3fc6f2
commit a43c1d8b99

View file

@ -39,8 +39,8 @@ case "$1" in
XSECURELOCK_SAVER_IMAGE=$XDG_RUNTIME_DIR/i3/current-wallpaper.png \ XSECURELOCK_SAVER_IMAGE=$XDG_RUNTIME_DIR/i3/current-wallpaper.png \
XSECURELOCK_SAVER_WEATHER=$XDG_RUNTIME_DIR/i3/weather.txt \ XSECURELOCK_SAVER_WEATHER=$XDG_RUNTIME_DIR/i3/weather.txt \
XSECURELOCK_SAVER_DELAY_MS=500 \ XSECURELOCK_SAVER_DELAY_MS=500 \
XSECURELOCK_SAVER_STOP_ON_DPMS=0 \
XSECURELOCK_FONT="Iosevka" \ XSECURELOCK_FONT="Iosevka" \
XSECURELOCK_BLANK_TIMEOUT=-1 \
XSECURELOCK_AUTH_TIMEOUT=10 \ XSECURELOCK_AUTH_TIMEOUT=10 \
xsecurelock xsecurelock
echo "lock: unlock screen" echo "lock: unlock screen"