mouse wheel speed script

This commit is contained in:
Martin Blazik
2022-10-16 18:59:51 +02:00
parent 7382627c83
commit 54d6072a42

10
scripts/mouse-wheel-install.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
# https://linuxhint.com/change-mouse-scroll-speed-ubuntu/
MOUSEWHEEL="$LWS/opt/bin/mousewheel.sh"
sudo apt install imwheel
wget -O "$MOUSEWHEEL" http://www.nicknorton.net/mousewheel.sh
chmod +x "$MOUSEWHEEL"
unset MOUSEWHEEL