Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vinceallenvince/8f4326a86874c976a5ce to your computer and use it in GitHub Desktop.
Save vinceallenvince/8f4326a86874c976a5ce to your computer and use it in GitHub Desktop.
## update LDXE autostart file
sudo nano /etc/xdg/lxsession/LXDE-pi/autostart
## add the following; -i passes reload frequency in seconds
@xset s off
@xset -dpms
@xset s noblank
@midori -a http://www.google.com/ -i 120 -e Fullscreen
## use the configuration tool to enable auto running of the GUI on powerup
sudo raspi-config
@fatboynumberone
Copy link

This works so great! I'm trying to figure out two tweaks, though... the mouse cursor still sits in the middle of the screen, and when midori reloads a url bar appears again at the top of the screen. Any suggestions?

@thriqon
Copy link

thriqon commented Aug 3, 2017

Try to use the unclutter tool which will hide the mouse after a few seconds if it is not moved.

I have the same issue with the url bar, though. Did you find any solution for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment