#!/bin/bash echo "Starting Chromium in kiosk mode..." xset s off xset -dpms xset s noblank /usr/bin/chromium-browser --no-first-run --noerrdialogs --disable-session-crashed-bubble --disable-infobars --allow-cross-origin-auth-prompt --kiosk --incognito http:// #Or even more comprehensive: #/usr/bin/chromium-browser --no-first-run --noerrdialogs --disable-session-crashed-bubble --disable-infobars --disable-blink-features=BlockCredentialedSubresources --disable-web-security --user-data-dir=/tempfs/chromium-profile --allow-cross-origin-auth-prompt --allow-running-insecure-content --kiosk --incognito http://