diff --git a/firefox.js b/firefox.js index 089f815..e84f152 100644 --- a/firefox.js +++ b/firefox.js @@ -62,5 +62,6 @@ user_pref("network.trr.mode", 5); // No HTTP/3 yet (disabled by default, but document here it doesn't work well for me on Google) user_pref("network.http.http3.enabled", false); -// Don't use system notifications (awesome is not very good at displaying long notifications) -user_pref("alerts.useSystemBackend", false); +// Awesome is not very good scaling random icons +user_pref("alerts.showFavicons", true); +user_pref("alerts.useSystemBackend", true);