Skip to content

Instantly share code, notes, and snippets.

@tinusg
Created November 8, 2021 14:26
Show Gist options
  • Save tinusg/9e3e991c2803d7ae866026da6d4ff6e7 to your computer and use it in GitHub Desktop.
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
@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
@tinusg
Copy link
Author

tinusg commented Nov 8, 2021

Location of the autostart file:
/etc/xdg/lxsession/LXDE-pi/autostart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment