firefox: let awesome display notifications, but without icons

Asking to display favicons seem to display nothing. Otherwise, the
size of the icon could vary from ok to really big.
This commit is contained in:
Vincent Bernat 2020-08-05 20:38:17 +02:00
parent 61006dbbff
commit baf9f2035a

View file

@ -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) // 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); user_pref("network.http.http3.enabled", false);
// Don't use system notifications (awesome is not very good at displaying long notifications) // Awesome is not very good scaling random icons
user_pref("alerts.useSystemBackend", false); user_pref("alerts.showFavicons", true);
user_pref("alerts.useSystemBackend", true);