Firefox: separate titlebar and tabs
This commit is contained in:
parent
8e9986ab12
commit
463ef7e1a3
|
@ -99,6 +99,7 @@
|
|||
bookmarks = builtins.fromJSON (builtins.readFile ./bookmarks.json);
|
||||
settings = {
|
||||
"app.shield.optoutstudies.enabled" = false;
|
||||
"browser.tabs.inTitlebar" = 0;
|
||||
"browser.bookmarks.addedImportButton" = false;
|
||||
"browser.bookmarks.showMobileBookmarks" = false;
|
||||
"browser.toolbars.bookmarks.visibility" = "never";
|
||||
|
|
Loading…
Reference in a new issue