Skip to content

Instantly share code, notes, and snippets.

@mkubenka
Created September 3, 2017 10:44
Show Gist options
  • Save mkubenka/487919995b518457c8bcb1660f1429c2 to your computer and use it in GitHub Desktop.
Save mkubenka/487919995b518457c8bcb1660f1429c2 to your computer and use it in GitHub Desktop.
RPi Kiosk

RPi Kiosk

$ sudo apt-get update
$ sudo apt-get install unclutter
$ vim.tiny ~/.config/lxsession/LXDE-pi/autostart

@xset s off
@xset -dpms
@xset s noblank

# https://www.raspberrypi.org/forums/viewtopic.php?p=405215&sid=e398269cd2fcb97996fed6b9ce9a5fac#p405215
@unclutter -idle 0.1 -root

# https://raspberrypi.stackexchange.com/a/40745
@/usr/bin/chromium-browser --kiosk --incognito http://localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment