disable hardware wedia key, use plasma integration

This commit is contained in:
Guillaume Castagnino 2023-02-09 07:31:13 +01:00
parent 1d378554b3
commit 3443439c38
Signed by: casta
SSH key fingerprint: SHA256:PtJi7zHrXiSWdLApi+BdpmmbITeLq6cI7LZtgsuAtyk

View file

@ -63,6 +63,7 @@ user_pref("gfx.webrender.quality.force-subpixel-aa-where-possible", true);
user_pref("intl.accept_languages", "fr-fr,fr,en-us,en,ru");
user_pref("layout.css.prefers-color-scheme.content-override", 2);
user_pref("media.ffmpeg.vaapi.enabled", true);
user_pref("media.hardwaremediakeys.enabled", false);
user_pref("network.cookie.cookieBehavior", 5);
user_pref("network.dns.disablePrefetch", true);
user_pref("network.http.fast-fallback-to-IPv4", false);