From ad7da1528a45db6a0e4ebde6f5e16cf6781d2c4e Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 9 Dec 2023 21:49:59 +0100 Subject: [PATCH] pinwheel: Enable smooth scrolling in `firefox` --- hosts/pinwheel/modules/firefox/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/firefox/default.nix b/hosts/pinwheel/modules/firefox/default.nix index 8d3e027..940aa89 100644 --- a/hosts/pinwheel/modules/firefox/default.nix +++ b/hosts/pinwheel/modules/firefox/default.nix @@ -41,7 +41,7 @@ let }; sharedSettings = { - "general.autoscroll" = false; + "general.smoothScroll" = true; "apz.gtk.kinetic_scroll.enabled" = false; }; in