mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 03:38:33 +02:00
firefox: toolkit.cosmeticAnimations.enabled has been removed
In favor for prefers-reduced-motion which would also apply to content (notify::gtk-enable-animations can be used on Linux)
This commit is contained in:
parent
f953002a6f
commit
c2a9c0095d
1 changed files with 0 additions and 3 deletions
|
@ -55,9 +55,6 @@ user_pref("full-screen-api.transition.timeout", 0);
|
||||||
// Don't autoplay videos (except when no audio)
|
// Don't autoplay videos (except when no audio)
|
||||||
user_pref("media.autoplay.default", 1);
|
user_pref("media.autoplay.default", 1);
|
||||||
|
|
||||||
// Remove some annoying animations (notably when going full screen)
|
|
||||||
user_pref("toolkit.cosmeticAnimations.enabled", false);
|
|
||||||
|
|
||||||
// And VAAPI decoding with ffmpeg
|
// And VAAPI decoding with ffmpeg
|
||||||
user_pref("media.ffmpeg.vaapi.enabled", true);
|
user_pref("media.ffmpeg.vaapi.enabled", true);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue