mouse wheel speed script
This commit is contained in:
10
scripts/mouse-wheel-install.sh
Executable file
10
scripts/mouse-wheel-install.sh
Executable 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
|
||||
Reference in New Issue
Block a user