• 0 Posts
  • 41 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle


















  • I don’t remember all the settings I changed, it was years ago, but when I initially swapped from Chrome I found the text on Firefox was horrible. Here’s what I found though for text:
    gfx.font_rendering.cleartype_params.enhanced_contrast = 100
    gfx.font_rendering.cleartype_params.pixel_structure = 5
    gfx.font_rendering.cleartype_params.rendering_mode = 5
    gfx.font_rendering.fallback.always_use_cmaps = true

    And for smooth scrolling:
    general.smoothScroll.currentVelocityWeighting = 0
    general.smoothScroll.lines.durationMaxMS = 250
    general.smoothScroll.msdPhysics.enabled = true
    general.smoothScroll.stopDecelerationWeighting = 0.82
    mousewheel.min_line_scroll_amount = 23

    These tweaks made it much nicer for me personally, of course text rendering may differ on OS (I use W10).