feat: librewolf always restore tabs
This commit is contained in:
parent
512f709a1b
commit
334c7e0cac
|
@ -237,9 +237,10 @@ in {
|
||||||
"privacy.clearOnShutdown.history" = false;
|
"privacy.clearOnShutdown.history" = false;
|
||||||
"privacy.clearOnShutdown.downloads" = false;
|
"privacy.clearOnShutdown.downloads" = false;
|
||||||
"privacy.donottrackheader.enabled" = true;
|
"privacy.donottrackheader.enabled" = true;
|
||||||
"browser.ctrlTab.sortByRecentlyUsed" = true;
|
"browser.ctrlTab.sortByRecentlyUsed" = true; # change Ctrl+Tab behaviour
|
||||||
"general.autoScroll" = true;
|
"general.autoScroll" = true;
|
||||||
"pdfjs.viewerCssTheme" = 2;
|
"pdfjs.viewerCssTheme" = 2; # dark theme for pdf viewer
|
||||||
|
"browser.startup.page" = 3; # always restore tabs
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue