From 0170055efb378f933e45ba5b0cfe8066e66281c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sun, 4 Jul 2021 09:53:24 +0200 Subject: [PATCH] Prefer reduced motions Would be cool to be able to disable gifs but hey --- config/qutebrowser/config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 6db5e19..82d5b3b 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -54,6 +54,9 @@ c.url.searchengines = { # Only allow first party cookies config.set("content.cookies.accept", "no-3rdparty", "chrome://*/*") +# Request websites to reduce non-essential motion/animations +config.set("content.prefers_reduced_motion", True) + # Page(s) to open at the start. # Type: List of FuzzyUrl, or FuzzyUrl c.url.start_pages = "https://geoffrey.frogeye.fr/blank.html"