Hey 👋 i'm a beginner and i am making a simple kiosk dashboard and i want to hide or disable the mouse cursor.
On Rasbian 64bit (i downloaded via the imager very recently) i open chrome on startup in kiosk mode with my website.
But the mouse is still visible and it also is hovering some elements on the page.
A lot of online resources like [this one](<
https://forums.raspberrypi.com/viewtopic.php?t=234879>) use package called
unclutter.
But if i open terminal and run
unclutter -idle 0 and leave the mouse idling, it never gets hidden. I'm mainly asking here to check if unclutter does work as expected or if i just use it incorrectly.
I read somewhere that this could have stopped working due to newer version of the graphical interface. And also i haven't found any posts from 2023+ regarding usage of the unclutter package in connection with RPI and hiding the cursor..
Any ideas what should i try next?
I also added somewhere "-nocursor" parram, i presume that was a cfg for the graphical interface. But that didn't disable the mouse, nor did disconnecting the mouse from the USB.
I'm really unsure what to search for since all results are around 2019 using unclutter.
Any directions, hints and advice is welcomed :)