mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
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:
parent
61006dbbff
commit
baf9f2035a
1 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue