General UNIHIKER

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

userHead LL 2024-08-23 19:37:57 601 Views1 Replies

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

2024-08-23 19:54:06

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     

     
```    

      


userHeadPic LL