Enable screen blanking after lock

This commit is contained in:
2019-05-20 21:29:00 +02:00
parent 60b2a0952c
commit 354e00aa73

View File

@@ -48,6 +48,7 @@ lock_and_screen_off() {
lock &
_pid=$!
screen_off
xset dpms 0 0 5
wait $_pid
reset_screen
}