mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
account for MSDp
This commit is contained in:
+8
-5
@@ -3,14 +3,10 @@
|
||||
* Smoothfox *
|
||||
* "Faber est suae quisque fortunae" *
|
||||
* priority: better scrolling *
|
||||
* version: 11 April 2024 *
|
||||
* version: 126 *
|
||||
* url: https://github.com/yokoffing/Betterfox *
|
||||
***************************************************************************************/
|
||||
|
||||
// Note: msdPhysics was enabled by default for 122 Nightly.
|
||||
// The options below have not been modified to account for this change.
|
||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1846935
|
||||
|
||||
// Use only one option at a time!
|
||||
// Reset prefs if you decide to use different option.
|
||||
|
||||
@@ -20,10 +16,14 @@
|
||||
// credit: https://github.com/black7375/Firefox-UI-Fix
|
||||
// only sharpen scrolling
|
||||
user_pref("apz.overscroll.enabled", true); // DEFAULT NON-LINUX
|
||||
user_pref("general.smoothScroll", true); // DEFAULT
|
||||
user_pref("mousewheel.min_line_scroll_amount", 10); // 10-40; adjust this number to your liking; default=5
|
||||
user_pref("general.smoothScroll.mouseWheel.durationMinMS", 80); // default=50
|
||||
user_pref("general.smoothScroll.currentVelocityWeighting", "0.15"); // default=.25
|
||||
user_pref("general.smoothScroll.stopDecelerationWeighting", "0.6"); // default=.4
|
||||
// Firefox Nightly only:
|
||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1846935
|
||||
user_pref("general.smoothScroll.msdPhysics.enabled", false); // [FF122+ Nightly]
|
||||
|
||||
/****************************************************************************************
|
||||
* OPTION: INSTANT SCROLLING (SIMPLE ADJUSTMENT) *
|
||||
@@ -32,6 +32,9 @@ user_pref("general.smoothScroll.stopDecelerationWeighting", "0.6"); // default=.
|
||||
user_pref("apz.overscroll.enabled", true); // DEFAULT NON-LINUX
|
||||
user_pref("general.smoothScroll", true); // DEFAULT
|
||||
user_pref("mousewheel.default.delta_multiplier_y", 275); // 250-400; adjust this number to your liking
|
||||
// Firefox Nightly only:
|
||||
// [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1846935
|
||||
user_pref("general.smoothScroll.msdPhysics.enabled", false); // [FF122+ Nightly]
|
||||
|
||||
/****************************************************************************************
|
||||
* OPTION: SMOOTH SCROLLING *
|
||||
|
||||
Reference in New Issue
Block a user