update ente

This commit is contained in:
Kopatz
2025-03-06 16:26:34 +01:00
parent da13efe716
commit 60f88c469c
4 changed files with 35 additions and 2 deletions

View File

@@ -58,8 +58,12 @@
"browser.download.useDownloadDir" = false;
"browser.download.dir" = "/tmp";
# Restore previous session automatically
"browser.startup.page"= 3;
"browser.startup.page" = 3;
"extensions.activeThemeID" = "{5cd68d86-8324-4ab2-9e0d-3afcc60bee5f}";
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
"browser.ctrlTab.sortByRecentlyUsed" = true;
# Firefox 75+ remembers the last workspace it was opened on as part of its session management.
# This is annoying, because I can have a blank workspace, open Firefox and
# then have Firefox open on some other workspace
"widget.disable-workspace-management" = true;
}