Skip to content

Instantly share code, notes, and snippets.

@Pilooz
Created July 11, 2018 13:44
Show Gist options
  • Save Pilooz/711ca18171842bec8f7d275e5a6dc116 to your computer and use it in GitHub Desktop.
Save Pilooz/711ca18171842bec8f7d275e5a6dc116 to your computer and use it in GitHub Desktop.
Start browser at pi start
# https://blog.eq8.eu/til/raspberi-pi-as-kiosk-load-browser-on-startup-fullscreen.html
# install midori browser
sudo apt install midori
# Edit the file ~/.config/lxsession/LXDE-pi/autostart
# Add these lines :
# Auto run the browser
@xset s off
@xset -dpms
@xset s noblank
@midori -e Fullscreen -a http://google.com
# Restart Pi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment