Browse Source

Disable mouse wheel speed

main
Ashton Charbonneau 1 year ago
parent
commit
c411186b19
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      user.js

+ 1
- 1
user.js View File

91
 user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 250);
91
 user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 250);
92
 user_pref("general.smoothScroll.currentVelocityWeighting", 1.0);
92
 user_pref("general.smoothScroll.currentVelocityWeighting", 1.0);
93
 user_pref("general.smoothScroll.stopDecelerationWeighting", 1.0);
93
 user_pref("general.smoothScroll.stopDecelerationWeighting", 1.0);
94
-user_pref("mousewheel.default.delta_multiplier_y", 250);
94
+//user_pref("mousewheel.default.delta_multiplier_y", 250);
95
 
95
 
96
 /* Bloat */
96
 /* Bloat */
97
 user_pref("browser.newtabpage.activity-stream.default.sites", ""); // empty top sites list
97
 user_pref("browser.newtabpage.activity-stream.default.sites", ""); // empty top sites list

Loading…
Cancel
Save