mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 07:30:47 +05:30
modified hz
This commit is contained in:
+2
-2
@@ -11,7 +11,7 @@
|
|||||||
* SmoothFox *
|
* SmoothFox *
|
||||||
* "Faber est suae quisque fortunae" *
|
* "Faber est suae quisque fortunae" *
|
||||||
* priority: better scrolling *
|
* priority: better scrolling *
|
||||||
* version: October 2022 *
|
* version: October 2022b *
|
||||||
* url: https://github.com/yokoffing/Better-Fox *
|
* url: https://github.com/yokoffing/Better-Fox *
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ user_pref("general.smoothScroll.msdPhysics.enabled", true);
|
|||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
// from https://github.com/AveYo/fox/blob/main/Natural%20Smooth%20Scrolling%20for%20user.js
|
// from https://github.com/AveYo/fox/blob/main/Natural%20Smooth%20Scrolling%20for%20user.js
|
||||||
// largely matches Chrome flags: Windows Scrolling Personality and Smooth Scrolling
|
// largely matches Chrome flags: Windows Scrolling Personality and Smooth Scrolling
|
||||||
// recommended for 90hz+ displays
|
// recommended for 120hz+ displays
|
||||||
user_pref("general.smoothScroll", true); // DEFAULT
|
user_pref("general.smoothScroll", true); // DEFAULT
|
||||||
user_pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 12);
|
user_pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 12);
|
||||||
user_pref("general.smoothScroll.msdPhysics.enabled", true);
|
user_pref("general.smoothScroll.msdPhysics.enabled", true);
|
||||||
|
|||||||
Reference in New Issue
Block a user