mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 09:53:28 +02:00
firefox: enable AVIF support
This commit is contained in:
parent
74e1d28693
commit
35f9059065
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ user_pref("toolkit.cosmeticAnimations.enabled", false);
|
|||
// Force enable WebRender
|
||||
user_pref("gfx.webrender.all", true);
|
||||
|
||||
// Enable AVIF
|
||||
user_pref("image.avif.enabled", true);
|
||||
|
||||
// Force use of VAAPI, also need Firefox 81 and MOZ_X11_EGL=1
|
||||
user_pref("media.ffmpeg.vaapi.enabled", true);
|
||||
user_pref("media.ffvpx.enabled", false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue