pinwheel: Disable "kinetic scrolling" in firefox

This commit is contained in:
Alexander Heldt
2023-11-16 09:42:31 +01:00
parent d727c0755a
commit fe4b9e84ce

View File

@@ -35,6 +35,7 @@ let
sharedSettings = { sharedSettings = {
"general.autoscroll" = false; "general.autoscroll" = false;
"apz.gtk.kinetic_scroll.enabled" = false;
}; };
in in
{ {