Unclutter
Unclutter hides your X mouse cursor when you do not need it, to prevent it from getting in the way. You have only to move the mouse to restore the mouse cursor. Unclutter is very useful in tiling window managers where you do not need the mouse often.
Contents
Installation
Install the unclutter package.
Usage
Use your .xinitrc file or WM/DE to start unclutter. For example, add the following to your .xinitrc:
unclutter &
Known bugs
Misbehaviour of the mouse cursor
If you experience issues when using unclutter in conjunction with a tiling window manager (such as xmonad or i3), install unclutter-xfixes-gitAUR instead or use the -grab
option:
unclutter -grab &
Unclutter could cause unusual mouse behaviour in some SDL Games. The mouse cursor might be reset to some positions in the screen because of this problem. The details can be found here.
There are two known workarounds for this. You can either add SDL_VIDEO_X11_DGAMOUSE=0
to your environment variables which does not work for all games or run unclutter with
-grab
option. However, it is important to note that the grab option may cause some applications such as gksu to not work properly.
Alternatives
unclutter-xfixes
Unclutter is a tool from the early 90s and has not been updated since. It works by creating fake windows or active pointer grabs, both of which often cause problems. By now, the X11 extensions Xinput2 and Xfixes have been released and are commonly found on most user systems. Using those, unclutter-xfixes-gitAUR can provide the cursor hiding functionality without interfering with any application.
xbanish
xbanish is another tool similar to unclutter, but works in a different way. Instead of using cursor movements, xbanish hides the cursor during typing. You can grab it on the AUR as xbanishAUR or xbanish-gitAUR.
See also
http://linuxappfinder.com/package/unclutter - Unclutter on Linux App Finder