smoother firefox scrolling

This commit is contained in:
2026-01-12 17:46:00 +01:00
parent 783480248d
commit 0f451c3714
2 changed files with 9 additions and 0 deletions

View File

@@ -493,6 +493,7 @@ in
SDL_IM_MODULE = "fcitx";
GLFW_IM_MODULE = "ibus"; # Some applications use GLFW
INPUT_METHOD = "fcitx";
MOZ_USE_XINPUT2 = "1";
};
xdg.portal = {

View File

@@ -1282,6 +1282,14 @@ in
# Privacy
"privacy.resistFingerprinting" = true;
"dom.security.https_only_mode" = true;
"general.smoothScroll" = true;
"general.smoothScroll.mouseWheel" = true;
"mousewheel.min_line_scroll_amount" = 10;
"mousewheel.default.delta_multiplier_y" = 300;
"apz.gtk.kinetic_scroll.enabled" = true; # for kinetic scrolling
"apz.gtk.kinetic_scroll.priming_enabled" = true;
"apz.gtk.kinetic_scroll.animation_duration_ms" = 500;
};
userChrome = ''