Can I hide the mouse cursor in OpenBox?
Consider using startx
with an -nocursor
parameter
Like this:
startx -- -nocursor
I was using it to hide/disable the mouse cursor on a Debian touchscreen Kiosk.
All credits go to this post.
sudo apt-get install unclutter
unclutter -display 0:0 -noevents -grab