sudo apt-get install unclutterThis will hide the mouse after a second when it does not get used.
edit autostart using:
sudo nano ~/.config/lxsession/LXDE-pi/autostart
add the following to the bottom of the file:
@chromium-browser --kiosk http://URLgoesHere.com --incognito
also in other reading I have been advised to comment out the line "@xscreensaver -no-splash"