diff options
author | B. Watson <yalhcru@gmail.com> | 2016-10-13 17:48:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-14 06:51:59 +0700 |
commit | 0ee1533429361a934be34eb385ee85c01777f344 (patch) | |
tree | a6a3a9395556fb3f22692d1b3fb1abc30dfda1a1 /accessibility/unclutter-xfixes/README | |
parent | 25eaceec8119be4753c34c9d913870811f0fb006 (diff) | |
download | slackbuilds-0ee1533429361a934be34eb385ee85c01777f344.tar.gz |
accessibility/unclutter-xfixes: Added (X11 tool).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility/unclutter-xfixes/README')
-rw-r--r-- | accessibility/unclutter-xfixes/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/accessibility/unclutter-xfixes/README b/accessibility/unclutter-xfixes/README new file mode 100644 index 0000000000..c28fe9f505 --- /dev/null +++ b/accessibility/unclutter-xfixes/README @@ -0,0 +1,20 @@ +unclutter-xfixes (x11 tool for removing mouse clutter from the screen) + +Hides the mouse pointer when the mouse isn't moving. + +This is a rewrite of the popular tool unclutter, but using the x11-xfixes +extension. This means that this rewrite doesn't use fake windows or +pointer grabbing and hence causes less problems with window managers +and/or applications. + +Notes: + +- The binary is called unclutter, not unclutter-xfixes. + +- This build conflicts with the regular unclutter build. Only one should + be installed, either unclutter or unclutter-xfixes. + +- The usual way to start unclutter is from ~/.xinitrc. + +- The options are different (--timeout and --jitter, not -idle and + -jitter), make sure you read the man page. |