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

@ -27,6 +27,11 @@ in
# Zen specific
settings = {
"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
};
}
];