From 8a18df8cb9b4cc7164e425a5616f5e825f7e963c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 29 Mar 2025 08:18:03 +0200 Subject: [PATCH] firefox: reduce motion, update ui.textScaleFactor comment --- etc/firefox/policies/policies.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 76f14b91..4ad12e6c 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -1055,12 +1055,18 @@ "Type": "boolean", "Value": true }, + "ui.prefersReducedMotion": { + "Comment": "0 for full animation, 1 for reduced motion", + "Status": "locked", + "Type": "number", + "Value": 1 + }, "ui.systemUsesDarkTheme": { "Comment": "Another theme option that should be let to system, thus clear.", "Status": "clear" }, "ui.textScaleFactor": { - "Comment": "Use this instead of layout.css.devPixelsPerPx", + "Comment": "Use this instead of layout.css.devPixelsPerPx. Then zoom 120 % seems great.", "Status": "default", "Type": "number", "Value": 90