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:
parent
97c2cb0ef3
commit
5eceeb635b
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
"general.useragent.locale" = "en-GB";
|
||||
"identity.fxaccounts.enabled" = false;
|
||||
"extensions.autoDisableScopes" = 0;
|
||||
"browser.bookmarks.autoExportHTML" = true;
|
||||
"browser.bookmarks.file" = "~/bookmarks.html";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue