mirror of
https://github.com/fredrikr79/nixos.git
synced 2026-01-14 02:43:06 +01:00
smoother firefox scrolling
This commit is contained in:
@@ -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 = {
|
||||
|
||||
8
home.nix
8
home.nix
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user