desktop/firefox: reduce unnecessary animations

This commit is contained in:
Jez Cope 2021-08-16 17:43:42 +01:00
parent 9b9a6a2c68
commit fea41f96fe
2 changed files with 4 additions and 0 deletions

View File

@ -116,6 +116,8 @@ with lib;
gtk-xft-hinting = 1;
gtk-xft-hintstyle = "hintmedium";
gtk-xft-rgba = "rgb";
gtk-enable-animations = false;
};
};

View File

@ -50,6 +50,8 @@
"layers.acceleration.force-enabled" = true;
"pdfjs.enableScripting" = false;
"ui.prefersReducedMotion" = 1;
};
};