Implement shutoff after x seconds

This commit is contained in:
Ruakij 2022-07-30 17:15:13 +02:00
parent 0cb5d3901e
commit 1a1f7599ae

7
event_screensaver Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
# Sleep to timeout
sleep 15
# Disable screens
xset dpms force off