Implement shutoff after x seconds
parent
0cb5d3901e
commit
1a1f7599ae
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# Sleep to timeout
|
||||||
|
sleep 15
|
||||||
|
|
||||||
|
# Disable screens
|
||||||
|
xset dpms force off
|
Loading…
Reference in New Issue