mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-30 21:34:21 +02:00
firefox: force-enable webrender
But don't try to enable layers.acceleration (deprecated?).
This commit is contained in:
parent
02e3466f5b
commit
eccd011e80
1 changed files with 2 additions and 4 deletions
|
@ -48,10 +48,8 @@ user_pref("media.autoplay.default", 5);
|
||||||
// Remove some annoying animations (notably when going full screen)
|
// Remove some annoying animations (notably when going full screen)
|
||||||
user_pref("toolkit.cosmeticAnimations.enabled", false);
|
user_pref("toolkit.cosmeticAnimations.enabled", false);
|
||||||
|
|
||||||
// Do not force-enable hardware compositing and WebRender.
|
// Force enable WebRender
|
||||||
user_pref("layers.acceleration.force-enabled", false);
|
user_pref("gfx.webrender.all", true);
|
||||||
user_pref("gfx.webrender.enabled", false);
|
|
||||||
user_pref("gfx.webrender.all", false);
|
|
||||||
|
|
||||||
// Lazy loading is too late on Firefox. See https://bugzilla.mozilla.org/show_bug.cgi?id=1618240
|
// Lazy loading is too late on Firefox. See https://bugzilla.mozilla.org/show_bug.cgi?id=1618240
|
||||||
user_pref("dom.image-lazy-loading.enabled", false);
|
user_pref("dom.image-lazy-loading.enabled", false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue