apt-get install unclutter
open global autostart file
nano /etc/xdg/lxsession/LXDE-pi/autostart
and add the following lines
@unclutter -idle 0.1
@chromium-browser http://localhost:5000 --fullscreen-mode --kiosk
this will open google in fullscreen on boot and after login(if login is enabled)