Implement shutoff after x seconds
This commit is contained in:
parent
0cb5d3901e
commit
1a1f7599ae
7
event_screensaver
Normal file
7
event_screensaver
Normal file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Sleep to timeout
|
||||
sleep 15
|
||||
|
||||
# Disable screens
|
||||
xset dpms force off
|
Loading…
x
Reference in New Issue
Block a user