Change firefox state & switch from panel to dock

This commit is contained in:
2026-04-06 22:48:40 +02:00
parent 1ada1996fb
commit e656247a48
4 changed files with 29 additions and 34 deletions
+6 -1
View File
@@ -50,10 +50,15 @@
# No bookmartks
"browser.toolbars.bookmarks.visibility" = "never";
# Vertical tabs
"sidebar.backupState" = {
"panelOpen" = true;
"launcherExpanded" = false;
"launcherVisible" = true;
};
"sidebar.new-sidebar.has-used" = true;
"sidebar.verticalTabs" = true;
"sidebar.revamp" = true;
"sidebar.main.tools" = "history";
"sidebar.main.tools" = "history,passwords";
};
};