mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 13:24:21 +02:00
firefox: for use of non-native notifications
This commit is contained in:
parent
eccd011e80
commit
2813cbec06
1 changed files with 3 additions and 0 deletions
|
@ -59,5 +59,8 @@ 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)
|
||||||
|
user_pref("alerts.useSystemBackend", false);
|
||||||
|
|
||||||
// Keep warn me on deprecated TLS versions
|
// Keep warn me on deprecated TLS versions
|
||||||
user_pref("security.tls.version.enable-deprecated", false);
|
user_pref("security.tls.version.enable-deprecated", false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue