diff options
author | David Woodfall <info@davidwoodfall.co.uk> | 2010-06-14 00:47:33 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-06-14 03:18:18 -0500 |
commit | 532ad0067e65df7115100e5bbf0311eae90df058 (patch) | |
tree | 7ae8ec7275d856ff0177e02599e37229946738ca /system/imwheel/README | |
parent | fcb9757f17ad65c0e3d25b4a446d844ed82acb73 (diff) | |
download | slackbuilds-532ad0067e65df7115100e5bbf0311eae90df058.tar.gz |
system/imwheel: Miscellaneous cleanups.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/imwheel/README')
-rw-r--r-- | system/imwheel/README | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/system/imwheel/README b/system/imwheel/README index e0892b04ee..d444531fbb 100644 --- a/system/imwheel/README +++ b/system/imwheel/README @@ -1,17 +1,15 @@ -IMWheel is a universal mouse wheel and mouse stick translator for the X -Windows System. Using either a special version of gpm and it's -/dev/gpmwheel FIFO, or the support for a ZAxis on the mouse built into -some servers, such as XFree86. Utilizing the input from gpm or X Win- -dows, imwheel translates mouse wheel and mouse stick actions into key- -board events using the XTest extension to X. Use xdpyinfo for informa- -tion on the supported extensions in your X server. +IMWheel is a universal mouse wheel and mouse stick translator for X Windows +using either a special version of gpm and its /dev/gpmwheel FIFO or the +support for a ZAxis on the mouse built into X. Utilizing the input from gpm +or X Windows, imwheel translates mouse wheel and mouse stick actions into +keyboard events using the XTest extension to X. Use xdpyinfo for information +on the supported extensions in your X server. -This build script has a patch that disables the configurator appearing -when you mouse up and down on the root window. I did this because it -stopped the ability for workspace changing in fluxbox and other WMs -and it would also pop up at the most annoying times ;) +This build script has a patch that disables the configurator appearing when +you mouse up and down on the root window. I did this because it stopped the +ability for workspace changing in fluxbox and other WMs, and it would also +pop up at the most annoying times ;) However, the configurator window can +still be found with the "-c" switch. -The configurator window can still be found however with the -c switch. - -To stop this patch from applying you only need edit the line in the -slackbuild script. +If you do NOT wish to apply this patch, run the script with PATCH=no in the +environment (e.g. PATCH=no sh imwheel.SlackBuild) |