firefox: force enable hardware acceleration

This commit is contained in:
Vincent Bernat 2020-01-26 21:01:35 +01:00
parent 8c60ff113f
commit a8ece5c7db

View file

@ -36,3 +36,8 @@ user_pref("full-screen-api.transition.timeout", 0);
// 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);
// Force-enable hardware compositing and WebRender.
user_pref("layers.acceleration.force-enabled", true);
user_pref("gfx.webrender.enabled", true);
user_pref("gfx.webrender.all", true);