From fe4b9e84ce31fc9190aae0c8e9f4935d5dbedb5f Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Thu, 16 Nov 2023 09:42:31 +0100 Subject: [PATCH] pinwheel: Disable "kinetic scrolling" in `firefox` --- hosts/pinwheel/modules/firefox/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/modules/firefox/default.nix b/hosts/pinwheel/modules/firefox/default.nix index e92c3f6..d4f8b4e 100644 --- a/hosts/pinwheel/modules/firefox/default.nix +++ b/hosts/pinwheel/modules/firefox/default.nix @@ -35,6 +35,7 @@ let sharedSettings = { "general.autoscroll" = false; + "apz.gtk.kinetic_scroll.enabled" = false; }; in {