diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2021-04-21 16:02:57 +0000 |
---|---|---|
committer | Dave Woodfall <dave@slackbuilds.org> | 2021-04-22 14:07:03 +0000 |
commit | e920cdd5eb78f98892e549e0050f5a1ba1610820 (patch) | |
tree | 336c58e661cf7d58bd60eb1f598fe12c4942ae38 | |
parent | 209ae8ebd619630ee9b8d7b91288f4aa97b28312 (diff) |
system/imwheel: Fix README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
-rw-r--r-- | system/imwheel/README | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/system/imwheel/README b/system/imwheel/README index 4798081f7325..47ded69bc3d0 100644 --- a/system/imwheel/README +++ b/system/imwheel/README @@ -1,17 +1,16 @@ -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. +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 ;) However, the configurator window can -still be found with the "-c" switch. +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. -If you do NOT wish to apply this patch, run the script with PATCH=no in the -environment: +If you do NOT wish to apply this patch, run the script with PATCH=no: PATCH=no ./imwheel.SlackBuild |