## 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
# 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}')