fix firefox video playback
This commit is contained in:
parent
0a956ae64f
commit
0c419b57f4
|
@ -279,6 +279,11 @@ in {
|
||||||
"devtools.theme" = "dark";
|
"devtools.theme" = "dark";
|
||||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||||
"browser.tabs.inTitlebar" = 0;
|
"browser.tabs.inTitlebar" = 0;
|
||||||
|
|
||||||
|
"media.ffmpeg.vaapi.enabled" = true;
|
||||||
|
"media.ffvpx.enabled" = false;
|
||||||
|
"media.av1.enabled" = false;
|
||||||
|
"gfx.webrender.all" = true;
|
||||||
};
|
};
|
||||||
userChrome = ''
|
userChrome = ''
|
||||||
#tabbrowser-tabs { visibility: collapse !important; }
|
#tabbrowser-tabs { visibility: collapse !important; }
|
||||||
|
|
Loading…
Reference in a new issue