Increasing mouse scroll speed in firefox
This is easy in windows:
- hit start orb
- type mouse wheel
- hit first option
- set the mouse scroll rate
However, settings in Linux desktops such as GNOME and KDE does not directly set the scroll speed in Firefox:
- type about:config in Firefox address bar and hit enter
- make the following changes
- mousewheel.withnokey.sysnumlines->”false”
- mousewheel.withnokey.numlines -> 6 (default:3)
Scroll to see the changes