Hide mouse pointer with unclutter
One of the features I’ve always liked in the Mac is that it hides the mouse pointer when you use the keyboard. That makes it possible to type or read without having the mouse pointer in the way. So I went looking for a solution for Ubuntu. After some googling I found “unclutter”.
Unclutter hides the mouse pointer when you haven’t used the mouse for 5 seconds. Although this is different from the Mac approach, it actually works fine for me. When the pointer is hidden you can type and read and when you move you mouse then the pointer is shown again.
According to the man pages it should be possible to let unclutter hide the pointer when you press (or release) a key, but I couldn’t get that to work.
Installation is easy, it’s in the Ubuntu repos:
sudo apt-get install unclutter
And start it:
unclutter & disown
If you want to start unclutter when you login you can add it to your session:
Open Sessions, click “Add”, type some name (”Unclutter”), command (”unclutter”) and comment (”Hide mouse pointer”) and that’s it.
The iPhone contains a nice 3G radio and a bluetooth radio, so I thought I’d let my Ubuntu laptop connect to the Internet through the iPhone’s 3G. A little research showed that it is quite straight forward to connect Ubuntu to a 3G service there days (since 8.10), so I didn’t expect a lot of problems.