From: Samir Benmendil Date: Mon, 30 Oct 2023 22:12:47 +0000 (+0000) Subject: qutebrowser: prefer reduced motion X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/f3b1212c082bfd4b7592ca7e887cabe23257ea16 qutebrowser: prefer reduced motion --- 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