diff --git a/.mozilla/firefox/profiles.ini b/.mozilla/firefox/profiles.ini new file mode 100644 index 0000000..4848341 --- /dev/null +++ b/.mozilla/firefox/profiles.ini @@ -0,0 +1,8 @@ +[General] +StartWithLastProfile=1 + +[Profile0] +Name=rick +IsRelative=1 +Path=rick.profile +Default=1 diff --git a/.mozilla/firefox/rick.profile/user.js b/.mozilla/firefox/rick.profile/user.js new file mode 100644 index 0000000..c915066 --- /dev/null +++ b/.mozilla/firefox/rick.profile/user.js @@ -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");