Volumio Touchscreen: NO mouse cursor

Hi,

First off, I’m new, so I apologize if I’ve posted this in the wrong place.

I just wanted to add a how to on removing the mouse pointer when using the touch screen plugin.
I’m using ‘nano’ below, but please use vi or whatever if you must! :wink:

sudo nano /lib/systemd/system/volumio-kiosk.service

Find the line “ExecStart” and add ‘-- -nocursor’ at the end, so that it looks like this:

ExecStart=/usr/bin/startx /etc/X11/Xsession /opt/volumiokiosk.sh -- -nocursor

Hope this helps!

/Binker