From f3b1212c082bfd4b7592ca7e887cabe23257ea16 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Mon, 30 Oct 2023 22:12:47 +0000 Subject: [PATCH] qutebrowser: prefer reduced motion --- qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index cf752b5..3988c42 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -700,7 +700,7 @@ c.content.pdfjs = True ## this setting is set to False, the system-wide animation setting is ## considered. ## Type: Bool -# c.content.prefers_reduced_motion = False +c.content.prefers_reduced_motion = True ## Draw the background color and images also when the page is printed. ## Type: Bool -- 2.48.1