Skip to content

Instantly share code, notes, and snippets.

@atharva-lipare
Created June 10, 2021 09:42
Show Gist options
  • Save atharva-lipare/941ef7ff40f184a5e93d6e7adaab5365 to your computer and use it in GitHub Desktop.
Save atharva-lipare/941ef7ff40f184a5e93d6e7adaab5365 to your computer and use it in GitHub Desktop.
Microsoft edge like scrolling for firefox
about:config tweaks:
general.smoothScroll.msdPhysics.enabled = true
general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS = 250
general.smoothScroll.msdPhysics.motionBeginSpringConstant = 400
general.smoothScroll.msdPhysics.regularSpringConstant = 400
general.smoothScroll.msdPhysics.slowdownMinDeltaMS = 120
general.smoothScroll.msdPhysics.slowdownMinDeltaRatio = 0.4
general.smoothScroll.msdPhysics.slowdownSpringConstant = 5000
mousewheel.min_line_scroll_amount = 22
toolkit.scrollbox.horizontalScrollDistance = 4
toolkit.scrollbox.verticalScrollDistance = 5
Increase 22 to 30 if scrolling amount is too low.
source: https://www.reddit.com/r/firefox/comments/b7ke31/aboutconfig_tweaks_for_microsoft_edge_like/ejshxlv1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment