You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
B. Watson 65dacf6c88
accessibility/unclutter: remove template comment.
4 years ago
..
README accessibility/unclutter: Fix README. 5 years ago
fixwarnings.diff accessibility/unclutter: Fix gcc5 warnings. 9 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago
unclutter.SlackBuild accessibility/unclutter: remove template comment. 4 years ago
unclutter.info accessibility/unclutter: Updated for version 1.09. 12 years ago

README

unclutter is a program which runs permanently in the background of an
X11 session. It checks on the X11 pointer (cursor) position every
few seconds, and when it finds it has not moved (and no buttons are
pressed on the mouse, and the cursor is not in the root window) it
creates a small sub-window as a child of the window the cursor is in.
The new window installs a cursor of size 1x1 but a mask of all 0, ie an
invisible cursor. This allows you to see all the text in an xterm or
xedit, for example. The human factors crowd would agree it should make
things less distracting.

This is an "old-school" X11 app, from the days before desktop
environments. To run when X starts, add "unclutter &" to your .xinitrc,
before the line that execs your window manager.

This build conflicts with unclutter-xfixes. Only install one or the
other.