Created
March 7, 2016 10:51
-
-
Save vinceallenvince/8f4326a86874c976a5ce to your computer and use it in GitHub Desktop.
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 characters
## 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 |
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
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?