From 02ef6d8eb1a4533b84bca0e7834ba69504a5a636 Mon Sep 17 00:00:00 2001 From: diskette Date: Sun, 2 Nov 2025 10:12:39 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bcfe85..de0dc75 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # MXMasterHiResWheelLinux -A bash script to switch the mouse to scroll "less" upon switching to free spinning mode \ No newline at end of file +A bash script to switch the mouse to scroll "less" upon switching to free spinning mode on KDE Plasma Wayland. + +To use this, please have an installation of [Solaar](https://github.com/pwr-Solaar/Solaar) and KDE Plasma 5+ (works with 6) ready. + +On Solaar, right click and add user-defined rules, one for ratcheted mode and one for free spinning mode. + +Add a condition for "setting" on each mode, add an action to disable high resolution scroll wheel on ratcheted mode and enable it on free spinning mode. + +Ideally, you should have the bash script as executable file, and then add action mode to execute the script with a double int parameter. The recommended value for freespinning mode is 0.05 and ratcheted mode is 1. \ No newline at end of file