#How to hide the cursor when home assistant is in kiosk mode on Chromium?

1 messages · Page 1 of 1 (latest)

wispy forge
#

I've gotten the scrollbar to be hidden, but I can't figure out how to hide the cursor while in kiosk mode. I'm running my dashboard on a RPi 4 in Chromium on kiosk mode. Any help will be extremely appreciated!

heavy frigate
#

Look into using unclutter
sudo apt update && sudo apt install unclutter -y
you'll have to look into configuring your autostart file after that.