piscreen/template/openbox-autostart.j2

15 lines
378 B
Django/Jinja

# Disable Screensaver
xset -dpms s off 2>&1 | tee /tmp/xset-log
# Launch Chrome
chromium-browser \
--no-first-run \
--disable \
--disable-translate \
--disable-infobars \
--disable-suggestions-service \
--disable-save-password-bubble \
--start-maximized \
--kiosk --app="{{ nocweburl }}?hostname=$(hostname -s)" &
# Unclutter
unclutter -idle 0 &