Skip to content

Commit

Permalink
Added ability to disable screen blanking via FS
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewiscowles1986 authored Oct 2, 2016
1 parent d8c8eff commit 94c1cc3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/pi/start-kiosk.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
#!/bin/sh

if [ -e '/boot/alwayson' ]; then
xset -dpms
xset s off
fi

# clean up if like me you just yank the power or ssh in and poweroff
rm -rf ~/.config/chromium/Singleton*
# Launch chromium in kiosk mode, incognito with a reputable, well-designed url
Expand Down

0 comments on commit 94c1cc3

Please sign in to comment.