Skip to content

Instantly share code, notes, and snippets.

@bitsycore
Created November 7, 2024 20:53
Show Gist options
  • Save bitsycore/47fc030b2b5d98ce1a61689368513c89 to your computer and use it in GitHub Desktop.
Save bitsycore/47fc030b2b5d98ce1a61689368513c89 to your computer and use it in GitHub Desktop.
Firefox Settings

Chrome Type Font

Option 1

gfx.font_rendering.cleartype_params.enhanced_contrast 100 gfx.font_rendering.cleartype_params.pixel_structure 5 gfx.font_rendering.cleartype_params.rendering_mode 5

Option 2

gfx.font_rendering.cleartype_params.cleartype_level 400 gfx.font_rendering.cleartype_params.enhanced_contrast 12 gfx.font_rendering.cleartype_params.pixel_structure 0 gfx.font_rendering.cleartype_params.rendering_mode 3

Edge Scroll

Option 1

general.smoothScroll.currentVelocityWeighting: 0 general.smoothScroll.mouseWheel.durationMaxMS: 250 general.smoothScroll.stopDecelerationWeighting; 0.82 mousewheel.min_line_scroll_amount: 25 general.smoothScroll.msdPhysics.enabled

Option 2

general.smoothScroll.lines.durationMaxMS: 400 general.smoothScroll.lines.durationMinMS: 200 general.smoothScroll.mouseWheel.durationMaxMS: 400 general.smoothScroll.mouseWheel.durationMinMS: 400 general.smoothScroll.other.durationMaxMS: 400 general.smoothScroll.other.durationMinMS: 200 general.smoothScroll.pages.durationMaxMS: 400 general.smoothScroll.pages.durationMinMS: 200 mousewheel.acceleration.start: 0 mousewheel.min_line_scroll_amount: 50 toolkit.scrollbox.smoothScroll: false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment