Skip to content

Commit

Permalink
feat: add firefox settings
Browse files Browse the repository at this point in the history
  • Loading branch information
icecreammatt committed Mar 25, 2024
1 parent d4e5718 commit 582a773
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/reference/firefox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Firefox

## Change scroll rate

about:config

|: Key : |: Value :|: default :|
| ----- | ------- | --------- |
| mousewheel.default.delta_multiplier_y | 50 | 100 |
| general.smoothScroll.msdPhysics.regularSpringConstant | 100 | -- |
| general.smoothScroll.msdPhysics.motionBeginSpringConstant | 125 | -- |
| general.smoothScroll.msdPhysics.enabled | true | false |
| general.smoothScroll | true | false |
| general.autoScroll | true | false |
| apz.overscroll.enabled | true | false |
| apz.gtk.kinetic_scroll.enabled | false | true |

0 comments on commit 582a773

Please sign in to comment.