How do I get rid of the mouse pointer when I start chromium w/o desktop?

Hi,
How do I get rid of the mouse pointer when I start chromium w/o desktop?

I tried unclutter + unclutter-startup, but it does not work.

Thank you

Have a look to following GitHub post DietPi-Software | Chromium: Hide mouse in autostart kiosk mode · Issue #2575 · MichaIng/DietPi · GitHub

This worked for me on a fresh 8.13 build to remove the cursor in kiosk Chromium.
G_AGI unclutter && echo '/usr/bin/unclutter -idle 0.1 &' > /etc/chromium.d/dietpi-unclutter

2 Likes

Confirmed- this works on a fresh install of dietpi, and unclutter’s the cursor, as expected.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.