Skip to content

Instantly share code, notes, and snippets.

@mlsmrc
Created September 8, 2019 10:38
Show Gist options
  • Save mlsmrc/e07cc42d7364224becb0e7198a2676c2 to your computer and use it in GitHub Desktop.
Save mlsmrc/e07cc42d7364224becb0e7198a2676c2 to your computer and use it in GitHub Desktop.
Hide Raspberry PI Mouse cursor
#!/bin/bash
# https://jackbarber.co.uk/blog/2017-02-16-hide-raspberry-pi-mouse-cursor-in-raspbian-kiosk
sudo apt-get -y install unclutter
echo "@unclutter -idle 0" >> ~/.config/lxsession/LXDE-pi/autostart
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment