summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-10-12 15:14:15 -0400
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-10-17 09:37:40 +0700
commit0458f03e3bd15fb0bcfc86b06bb5df9860d55e9a (patch)
treea26cd9d33b04976ebdca9a265642c72e927f510d /accessibility
parentbf35d7f821cf48693910495cafc0d02c29a11998 (diff)
downloadslackbuilds-0458f03e3bd15fb0bcfc86b06bb5df9860d55e9a.tar.gz
slackbuilds-0458f03e3bd15fb0bcfc86b06bb5df9860d55e9a.tar.xz
accessibility/unclutter: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/unclutter/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/accessibility/unclutter/README b/accessibility/unclutter/README
index 1a12d6b98e..afb0dfdcb3 100644
--- a/accessibility/unclutter/README
+++ b/accessibility/unclutter/README
@@ -3,13 +3,14 @@ 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.
+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.
+This build conflicts with unclutter-xfixes. Only install one or the
+other.