Is it possible to make the mouse cursor on the unihiker always visible.
LL 2024-08-23 19:37:57 2762 Views1 Replies 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
```


LL 

