Created
July 11, 2018 13:44
-
-
Save Pilooz/711ca18171842bec8f7d275e5a6dc116 to your computer and use it in GitHub Desktop.
Revisions
-
Pierre-Gilles Levallois created this gist
Jul 11, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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