From ffacd2d031908e730f2c2ab73af77910b53bb839 Mon Sep 17 00:00:00 2001 From: alexcor Date: Wed, 31 Aug 2022 14:27:30 +0100 Subject: [PATCH] Update install.sh --- install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) 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