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"