Skip to content

Instantly share code, notes, and snippets.

@xseignard
Last active May 19, 2017 18:06
Show Gist options
  • Save xseignard/620328f70bb05c4b6d7f0bbf46e5abec to your computer and use it in GitHub Desktop.
Save xseignard/620328f70bb05c4b6d7f0bbf46e5abec to your computer and use it in GitHub Desktop.
sudo raspi-config 
sudo apt-get install matchbox unclutter xserver-xorg x11-xserver-utils xinit chromium-browser
sudo xinit ./start

start script:

#!/bin/sh
xset -dpms
xset s off
unclutter &
matchbox-window-manager &
chromium-browser --kiosk --no-sandbox --app=http://192.168.0.116:3000/start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment