README 720 B

123456789101112131415161718192021
  1. unclutter-xfixes (x11 tool for removing mouse clutter from the screen)
  2. Hides the mouse pointer when the mouse isn't moving.
  3. This is a rewrite of the popular tool unclutter, but using the
  4. x11-xfixes extension. This means that this rewrite doesn't use fake
  5. windows or pointer grabbing and hence causes less problems with window
  6. managers and/or applications.
  7. Notes:
  8. - The binary is called unclutter, not unclutter-xfixes.
  9. - This build conflicts with the regular unclutter build. Only one
  10. should be installed, either unclutter or unclutter-xfixes.
  11. - The usual way to start unclutter is from ~/.xinitrc.
  12. - The options are different (--timeout and --jitter, not -idle and
  13. -jitter), make sure you read the man page.