vimwiki: dth @ dth-MacBookAir
This commit is contained in:
parent
ff180035f5
commit
1dfef51328
3 changed files with 27 additions and 5 deletions
13
firefox-scrolling.md
Normal file
13
firefox-scrolling.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
Go to `about:config` and make changes:
|
||||
|
||||
```
|
||||
gfx.webrender.all: true
|
||||
general.smoothScroll.msdPhysics.enabled: true
|
||||
general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS: 12
|
||||
general.smoothScroll.msdPhysics.motionBeginSpringConstant: 125
|
||||
general.smoothScroll.msdPhysics.regularSpringConstant: 100
|
||||
mousewheel.min_line_scroll_amount: 42
|
||||
mousewheel.default.delta_multiplier_y: 10
|
||||
```
|
||||
|
||||
> [source](https://www.reddit.com/r/firefox/comments/mq9g52/linux_firefox_performancemacos_like_mouse_wheel/)
|
||||
Loading…
Add table
Add a link
Reference in a new issue