Add Firefox profile and config
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
[General]
|
||||||
|
StartWithLastProfile=1
|
||||||
|
|
||||||
|
[Profile0]
|
||||||
|
Name=rick
|
||||||
|
IsRelative=1
|
||||||
|
Path=rick.profile
|
||||||
|
Default=1
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
// Display a blank new tab
|
||||||
|
user_pref("browser.newtabpage.enabled", false);
|
||||||
|
user_pref("browser.newtab.url", "about:blank");
|
||||||
|
|
||||||
|
// Fix dark GTK themes
|
||||||
|
user_pref("widget.content.gtk-theme-override", "Arc");
|
||||||
Reference in New Issue
Block a user