mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 06:19:38 +00:00
home/{firefox,zen-browser}: add sensible configurations
This commit is contained in:
parent
e78c2841d4
commit
29004da42a
2 changed files with 10 additions and 1 deletions
|
|
@ -54,9 +54,13 @@ in
|
|||
"browser.ctrlTab.sortByRecentlyUsed" = false;
|
||||
"layout.css.devPixelsPerPx" = 1.1;
|
||||
"browser.startup.page" = 1;
|
||||
"browser.link.open_newwindow" = 2; # open in new tab
|
||||
"browser.translations.automaticallyPopup" = false;
|
||||
"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
|
||||
# Yes
|
||||
|
|
|
|||
|
|
@ -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
|
||||
};
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue