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.

Revisions

  1. Pierre-Gilles Levallois created this gist Jul 11, 2018.
    14 changes: 14 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    # 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