Created
November 8, 2021 14:26
-
-
Save tinusg/9e3e991c2803d7ae866026da6d4ff6e7 to your computer and use it in GitHub Desktop.
Raspberry PI Kiosk - Start chromium full screen - Hide cursor - Disable screensaver - Disable screen blanking
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@lxpanel --profile LXDE-pi | |
@pcmanfm --desktop --profile LXDE-pi | |
@xscreensaver -no-splash | |
point-rpi | |
unclutter -display :0 -idle 3 -root -noevents | |
@xset s off | |
@xset -dpms | |
@xset s noblank | |
@chromium-browser --kiosk https://www.github.com --start-fullscreen --disable-session-crashed-bubble --incognito |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Location of the autostart file:
/etc/xdg/lxsession/LXDE-pi/autostart