mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-24 21:04:52 +02:00
firefox: use new webrtc sharing indicator
This commit is contained in:
parent
52ba86e239
commit
2a4f97c458
1 changed files with 4 additions and 0 deletions
|
@ -60,6 +60,10 @@ user_pref("gfx.webrender.all", true);
|
|||
user_pref("gfx.x11-egl.force-enabled", true);
|
||||
user_pref("media.ffmpeg.vaapi.enabled", true);
|
||||
|
||||
// Legacy indicator is buggy (no content). New indicator stays
|
||||
// is only displayed when sharing screen.
|
||||
user_pref("privacy.webrtc.legacyGlobalIndicator", false);
|
||||
|
||||
// Enable AVIF
|
||||
user_pref("image.avif.enabled", true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue