To hide the mouse cursor on inactivity


sudo apt-get install unclutter

 

 

USEFUL?
We benefit hugely from resources on the web so we decided we should try and give back some of our knowledge and resources to the community by opening up many of our company’s internal notes and libraries through mini sites like this. We hope you find the site helpful.
Please feel free to comment if you can add help to this page or point out issues and solutions you have found, but please note that we do not provide support on this site. If you need help with a problem please use one of the many online forums.

Comments

  1. Steven J Owens

    2 years ago

    I tried putting unclutter in autostart, and when it booted I didn’t have a menu bar.

    Turns out it’s EITHER local autostart (under ~/.config) OR systemwide, not both.

    I copied the system autostart into the local autostart. That worked and the menu bar is back.

    See:

    https://www.raspberrypi-spy.co.uk/2014/05/how-to-autostart-apps-in-rasbian-lxde-desktop/

    “Since v0.4.9 If both files are present, lxsession only executes the local file. This means you can no longer use both methods at the same time. Method 2 will take priority over Method 1.”

  2. wjburl

    7 years ago

    Add ‘@unclutter -display :0 -noevents -grab’ to the autostart file. Mine is /home/pi/.config/lxsession/LXDE-pi/autostart

    The LXDE is done after the GUI starts on my Raspbian Jessie with Pixel.

  3. flow ir in

    7 years ago

    is there anything else that needs to be done? I couldn’t find any documentation beyond the man page, and htat doesn’t walk through how to get this working everytime from boot

Leave a Reply to wjburl Cancel reply

Your email address will not be published. Required fields are marked *