set firefox bookmarks backup

firefox now backs up all bookmarks on exit to ~/bookmarks.html
i would rather it do this whenever the bookmarks file is modified but
this seems to be the only way outside of writing my own script for that
This commit is contained in:
Gabriella Bere 2025-03-02 03:15:35 +00:00
parent 97c2cb0ef3
commit 5eceeb635b

View file

@ -29,6 +29,8 @@
"general.useragent.locale" = "en-GB"; "general.useragent.locale" = "en-GB";
"identity.fxaccounts.enabled" = false; "identity.fxaccounts.enabled" = false;
"extensions.autoDisableScopes" = 0; "extensions.autoDisableScopes" = 0;
"browser.bookmarks.autoExportHTML" = true;
"browser.bookmarks.file" = "~/bookmarks.html";
}; };
}; };