xss-lock switch to BSOD

This commit is contained in:
Vincent Bernat 2020-01-24 22:49:34 +01:00
parent 84a6752c11
commit 9910ae4c11
3 changed files with 4 additions and 4 deletions

View file

@ -22,7 +22,7 @@ case "$1" in
echo "notify: start"
trap 'echo notify: user activity; kill %% 2> /dev/null; exit 0' HUP # user activity
trap 'echo notify: locker started; kill %% 2> /dev/null; exit 0' TERM # locker started
/usr/lib/xscreensaver/barcode -clock24 &
/usr/lib/xscreensaver/bsod &
wait
echo "notify: end"
;;