diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-05 16:11:27 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:06 +0700 |
commit | cbd461cd0b1031f26b141c41b293331fea72d8c6 (patch) | |
tree | f5c5505838038779ddc5f083de4a70e1ca1283af /accessibility | |
parent | 5f5322c3a2e548a0ee73126cfd9cc60ab2b2eb10 (diff) |
accessibility/unclutter-xfixes: 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-xfixes/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/accessibility/unclutter-xfixes/README b/accessibility/unclutter-xfixes/README index c28fe9f505e1..4a92b4c4620a 100644 --- a/accessibility/unclutter-xfixes/README +++ b/accessibility/unclutter-xfixes/README @@ -2,17 +2,17 @@ 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. +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. +- 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. |