X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/d550b227fda2d4fdcc7004961dbc243b6660f3c3..f3b1212c082bfd4b7592ca7e887cabe23257ea16:/qutebrowser/config.py diff --git a/qutebrowser/config.py b/qutebrowser/config.py index f7e0acc..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 @@ -1989,6 +1989,8 @@ config.bind('gr', 'tab-move +') # config.bind('k', 'scroll up') # config.bind('l', 'scroll right') config.bind('m', 'spawn mpv {url}') +# TODO: add hints.selector for ytdl compatible links +config.bind('M', 'hint links spawn mpv {hint-url}') # config.bind('n', 'search-next') # config.bind('o', 'set-cmd-text -s :open') # config.bind('pP', 'open -- {primary}')