home/{firefox,zen-browser}: add sensible configurations

This commit is contained in:
Primrose 2026-01-29 17:16:50 +01:00
parent e78c2841d4
commit 29004da42a
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 10 additions and 1 deletions

View file

@ -54,9 +54,13 @@ in
"browser.ctrlTab.sortByRecentlyUsed" = false; "browser.ctrlTab.sortByRecentlyUsed" = false;
"layout.css.devPixelsPerPx" = 1.1; "layout.css.devPixelsPerPx" = 1.1;
"browser.startup.page" = 1; "browser.startup.page" = 1;
"browser.link.open_newwindow" = 2; # open in new tab
"browser.translations.automaticallyPopup" = false; "browser.translations.automaticallyPopup" = false;
"browser.tabs.closeWindowWithLastTab" = true; "browser.tabs.closeWindowWithLastTab" = true;
"general.smoothScroll" = false; "general.smoothScroll" = false; # makes me dizzy
"accessibility.typeaheadfind" = true; # type to find
"layout.css.always_underline_links" = true;
"media.videocontrols.picture-in-picture.enable-when-switching-tabs.enabled" = true;
# Sponsored crap # Sponsored crap
# Yes # Yes

View file

@ -27,6 +27,11 @@ in
# Zen specific # Zen specific
settings = { settings = {
"zen.theme.content-element-separation" = 0; # Remove "borders" around window "zen.theme.content-element-separation" = 0; # Remove "borders" around window
"zen.tabs.show-newtab-vertical" = false;
"zen.view.compact.toolbar-flash-popup" = true;
"zen.view.show-newtab-button-top" = false;
"zen.view.use-single-toolbar" = false;
"zen.tabs.ctrl-tab.ignore-pending-tabs" = true; # ctrl-tab ignore unloaded tabs
}; };
} }
]; ];