home/zen-browrser: disable smooth scrolling

This commit is contained in:
Primrose 2025-11-28 20:08:11 +08:00
parent 4adfe435df
commit 434ce5437c
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -68,6 +68,7 @@ in
"browser.startup.page" = 1; "browser.startup.page" = 1;
"browser.translations.automaticallyPopup" = false; "browser.translations.automaticallyPopup" = false;
"browser.tabs.closeWindowWithLastTab" = true; "browser.tabs.closeWindowWithLastTab" = true;
"general.smoothScroll" = false;
# open links in new window # open links in new window
# this works a lot better with xmonad where I have a bunch of windows # this works a lot better with xmonad where I have a bunch of windows