Forum >Is it possible to make the mouse cursor on the unihiker always visible.
Is it possible to make the mouse cursor on the unihiker always visible.

Is it possible to make the mouse cursor on the unihiker always visible.
2024-08-23 19:54:06
LL
In UNIHIKER, the cursor is automatically hidden by unclutter. The configuration file path is /etc/default/unclutter. You can set the START_UNCLUTTER option to "false" and then restart, which will prevent unclutter from automatically running after starts.
```
nano "/etc/default/unclutter"
START_UNCLUTTER="false"
reboot
```
