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 = { settings = {
"layout.css.has-selector.enabled" = true; "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 extensions.packages = let
addons = nur.repos.rycee.firefox-addons; addons = nur.repos.rycee.firefox-addons;

View file

@ -39,7 +39,6 @@ in {
"browser.tabs.loadInBackground" = true; "browser.tabs.loadInBackground" = true;
"browser.ctrlTab.sortByRecentlyUsed" = false; "browser.ctrlTab.sortByRecentlyUsed" = false;
"layout.css.devPixelsPerPx" = 1.1; "layout.css.devPixelsPerPx" = 1.1;
"apz.gtk.kinetic_scroll.enabled" = false; # disable trackpad inertia
"full-screen-api.ignore-widgets" = true; # limit fullscreen mode to window "full-screen-api.ignore-widgets" = true; # limit fullscreen mode to window
}; };