8

I'm running OpenBox on a minimal Ubuntu Server install, the only way to interact with it is via remote sessions.

When Openbox starts up, there's a mouse cursor in the middle of the screen -- I have no need for that.

It doesn't mention anything on their configuration wiki.

Does anyone know how I can hide the mouse cursor in OpenBox?

Dean Rather
  • 2,657
  • 9
  • 32
  • 41

3 Answers3

5

Consider using startx with an -nocursor parameter

Like this:

startx -- -nocursor

I was using it to hide/disable the mouse cursor on a Debian touchscreen Kiosk.

All credits go to this post.

czerasz
  • 272
  • 2
  • 5
  • 11
4
sudo apt-get install unclutter
unclutter -display 0:0 -noevents -grab
Dean Rather
  • 2,657
  • 9
  • 32
  • 41
0

Installing a custom Theme with an invisible (or missing) cursor icon is an option...

Dean Rather
  • 2,657
  • 9
  • 32
  • 41