mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-17 17:42:38 +02:00
firefox: no need to enable color scheme emulation
This is the default now.
This commit is contained in:
parent
a49fc4c84a
commit
d02e89700f
1 changed files with 0 additions and 3 deletions
|
@ -52,9 +52,6 @@ user_pref("gfx.webrender.all", true);
|
||||||
// Enable AVIF
|
// Enable AVIF
|
||||||
user_pref("image.avif.enabled", true);
|
user_pref("image.avif.enabled", true);
|
||||||
|
|
||||||
// Enable color scheme selector in devtools
|
|
||||||
user_pref("devtools.inspector.color-scheme-simulation.enabled", true);
|
|
||||||
|
|
||||||
// Disable DoH for now
|
// Disable DoH for now
|
||||||
user_pref("network.trr.mode", 5);
|
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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue