Add Firefox profile and config

This commit is contained in:
Riyyi
2018-10-25 15:51:06 +02:00
parent ff23720281
commit ba77d3a41e
2 changed files with 14 additions and 0 deletions
+6
View File
@@ -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");