chromium-browser \
--kiosk \
--noerrdialogs \
--disable-infobars \
--disable-session-crashed-bubble \
--check-for-update-interval=31536000 \
--autoplay-policy=no-user-gesture-required \
--overscroll-history-navigation=0 \
https://raspberry.appdgd.com/

sudo raspi-config

mkdir -p ~/.config/autostart

nano ~/.config/autostart/chromium.desktop

[Desktop Entry]
Type=Application
Name=Chromium Kiosk
Exec=chromium-browser --kiosk --noerrdialogs --disable-infobars --disable-session-crashed-bubble --check-for-update-interval=31536000 --autoplay-policy=no-user-gesture-required --overscroll-history-navigation=0 https://raspberry.appdgd.com/
Terminal=false
X-GNOME-Autostart-enabled=true


sudo apt install -y unclutter

nano ~/.config/autostart/unclutter.desktop

[Desktop Entry]
Type=Application
Name=Hide Mouse Cursor
Exec=unclutter -idle 0.5 -root
Terminal=false
X-GNOME-Autostart-enabled=true