mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-21 17:39:00 +02:00
firefox: force enable hardware acceleration
This commit is contained in:
parent
8c60ff113f
commit
a8ece5c7db
1 changed files with 5 additions and 0 deletions
|
@ -36,3 +36,8 @@ user_pref("full-screen-api.transition.timeout", 0);
|
|||
|
||||
// Remove some annoying animations (notably when going full screen)
|
||||
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue