diff --git a/install.sh b/install.sh index eeb918f..564201b 100644 --- a/install.sh +++ b/install.sh @@ -28,7 +28,15 @@ mkdir /home/pi/.config/autostart echo "[Desktop Entry] Type=Application Name=TokenCast + +# Execute chromium in Kiosk mode: Exec=chromium-browser --kiosk --app=https://tokencast.net/device?deviceId=$frameid" >> /home/pi/.config/autostart/tokencast.desktop +# If you don't want kiosk mode, select full-screen and comment the previews command +# Full-screen mode: @chromium-browser --start-fullscreen. The browser starts in app. mode but expanded to full-screen. You can press the F11 key to break out of full-screen mode. +# Kiosk mode: @chromium-browser --kiosk. The browser starts in full-screen mode but does not respond to the F11 key, nor to any command to get it to switch tasks. + +# Exec=chromium-browser --start-fullscreen --app=https://tokencast.net/device?deviceId=$frameid" >> /home/pi/.config/autostart/tokencast.desktop + # reboot to have the xserver-command take effect sudo reboot