Firefox : Remove old cfg.
This commit is contained in:
parent
52391ab715
commit
836288e323
|
@ -1,4 +0,0 @@
|
||||||
[CF146F38BCAB2D21]
|
|
||||||
Default=voronind
|
|
||||||
Locked=1
|
|
||||||
|
|
|
@ -1,12 +1,8 @@
|
||||||
[InstallCF146F38BCAB2D21]
|
|
||||||
Default=voronind
|
|
||||||
Locked=1
|
|
||||||
|
|
||||||
[Profile0]
|
[Profile0]
|
||||||
Default=1
|
Name=default
|
||||||
IsRelative=1
|
IsRelative=1
|
||||||
Name=voronind
|
Path=vkcx50y5.default
|
||||||
Path=voronind
|
Default=1
|
||||||
|
|
||||||
[General]
|
[General]
|
||||||
StartWithLastProfile=1
|
StartWithLastProfile=1
|
||||||
|
|
Binary file not shown.
|
@ -1,32 +0,0 @@
|
||||||
// Bookmarks.
|
|
||||||
user_pref("browser.bookmarks.file", "/home/voronind/.config/firefox/Bookmarks.html");
|
|
||||||
user_pref("browser.microsummary.enabled", true);
|
|
||||||
user_pref("browser.places.importBookmarksHTML", true);
|
|
||||||
|
|
||||||
// Fonts.
|
|
||||||
user_pref("browser.display.use_document_fonts", 0);
|
|
||||||
user_pref("font.minimum-size.x-cyrillic", 12);
|
|
||||||
user_pref("font.minimum-size.x-unicode", 12);
|
|
||||||
user_pref("font.minimum-size.x-western", 12);
|
|
||||||
user_pref("font.name.monospace.x-cyrillic", "Terminess Nerd Font Mono");
|
|
||||||
user_pref("font.name.monospace.x-unicode", "Terminess Nerd Font Mono");
|
|
||||||
user_pref("font.name.monospace.x-western", "Terminess Nerd Font Mono");
|
|
||||||
user_pref("font.name.sans-serif.x-cyrillic", "SF Pro Text");
|
|
||||||
user_pref("font.name.sans-serif.x-unicode", "SF Pro Text");
|
|
||||||
user_pref("font.name.sans-serif.x-western", "SF Pro Text");
|
|
||||||
user_pref("font.name.serif.x-cyrillic", "SF Pro Text");
|
|
||||||
user_pref("font.name.serif.x-unicode", "SF Pro Text");
|
|
||||||
user_pref("font.name.serif.x-western", "SF Pro Text");
|
|
||||||
|
|
||||||
// Animations.
|
|
||||||
user_pref("browser.fullscreen.animateUp", 0);
|
|
||||||
user_pref("browser.fullscreen.autohide", true);
|
|
||||||
|
|
||||||
// Homepage.
|
|
||||||
user_pref("browser.newtabpage.enabled", false);
|
|
||||||
user_pref("browser.startup.homepage", "https://home.voronind.com/");
|
|
||||||
user_pref("browser.startup.page", 3);
|
|
||||||
|
|
||||||
// Passwords.
|
|
||||||
user_pref("signon.prefillForms", false);
|
|
||||||
user_pref("signon.rememberSignons", false);
|
|
Reference in a new issue