summaryrefslogtreecommitdiffstats
path: root/accessibility/unclutter/README
diff options
context:
space:
mode:
author B. Watson2010-05-12 23:27:43 +0200
committer Robby Workman2010-05-12 23:27:43 +0200
commit5e1faf6411262e3e57ba7919c2e95f873e58cb24 (patch)
treec636b44644c3e70172b4d2d1c052547e7ae0476f /accessibility/unclutter/README
parentaeacc34a25a4943396b1be0f3ac19563d786a2c2 (diff)
downloadslackbuilds-5e1faf6411262e3e57ba7919c2e95f873e58cb24.tar.gz
accessibility/unclutter: Added to 12.2 repository
Diffstat (limited to 'accessibility/unclutter/README')
-rw-r--r--accessibility/unclutter/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/accessibility/unclutter/README b/accessibility/unclutter/README
new file mode 100644
index 0000000000..902332e5cd
--- /dev/null
+++ b/accessibility/unclutter/README
@@ -0,0 +1,13 @@
+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.