Enable screen blanking after lock
This commit is contained in:
@@ -48,6 +48,7 @@ lock_and_screen_off() {
|
|||||||
lock &
|
lock &
|
||||||
_pid=$!
|
_pid=$!
|
||||||
screen_off
|
screen_off
|
||||||
|
xset dpms 0 0 5
|
||||||
wait $_pid
|
wait $_pid
|
||||||
reset_screen
|
reset_screen
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user