]> git.rmz.io Git - dotfiles.git/blobdiff - qutebrowser/config.py
qutebrowser: prefer reduced motion
[dotfiles.git] / qutebrowser / config.py
index f7e0accac45452eed034c21701af938e3f2aa426..3988c4237e876fc7094494551008f8134f6496cc 100644 (file)
@@ -700,7 +700,7 @@ c.content.pdfjs = True
 ## this setting is set to False, the system-wide animation setting is
 ## considered.
 ## Type: Bool
 ## 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
 
 ## 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}')
 # 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}')
 # config.bind('n', 'search-next')
 # config.bind('o', 'set-cmd-text -s :open')
 # config.bind('pP', 'open -- {primary}')