From 434ce5437c4492eff3c8d950121f95f658680b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Fri, 28 Nov 2025 20:08:11 +0800 Subject: [PATCH] home/zen-browrser: disable smooth scrolling --- nix/homeModules/common/zen-browser.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/homeModules/common/zen-browser.nix b/nix/homeModules/common/zen-browser.nix index 9d7ea3ac..ff8d6702 100644 --- a/nix/homeModules/common/zen-browser.nix +++ b/nix/homeModules/common/zen-browser.nix @@ -68,6 +68,7 @@ in "browser.startup.page" = 1; "browser.translations.automaticallyPopup" = false; "browser.tabs.closeWindowWithLastTab" = true; + "general.smoothScroll" = false; # open links in new window # this works a lot better with xmonad where I have a bunch of windows