vanadium/firefox: better scroll config

This commit is contained in:
Primrose 2025-06-16 19:25:17 +02:00
parent 6fa4252e6a
commit cd9c3abef2
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 3 additions and 1 deletions

View file

@ -129,6 +129,9 @@ in {
'';
settings = {
"layout.css.has-selector.enabled" = true;
"apz.gtk.kinetic_scroll.enabled" = true; # vanadium has a trackpad
"apz.fling_friction" = 0.003; # originally 0.002
};
extensions.packages = let
addons = nur.repos.rycee.firefox-addons;