11

I am not using a mouse in the installation of the Raspberry Pi. However, the cursor shows up right in the center of the screen. Ideally I would like it to be there for 5 seconds, then disappear. Or have it only appear when the mouse is plugged in.

I have poked around a bit and have not found a way to make it time out. Is there such a setting in Raspbian?

Scoop
  • 2,739
  • 7
  • 29
  • 25

1 Answers1

9

There is an application for this called unclutter. It will hide your mouse after a set time if there is no activity.

I'm not a Debian user, but it looks to me as if it is on the repositories:

sudo apt-get install unclutter

If not then you can get the source from their website and build it yourself.

Jivings
  • 22,656
  • 11
  • 94
  • 140