Add Firefox profile and config
This commit is contained in:
@@ -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