qutebrowser: use mpv userscript

This commit is contained in:
lelgenio 2020-11-01 14:51:03 -03:00
parent 6df890cc79
commit 0399defd1f
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ c.fonts.downloads = fonts.BIG_INTER
# Bindings {{{
# Bindings for normal mode
config.bind(",d", "spawn --verbose youtube-dl {url}")
config.bind(",m", "spawn mpv --fs {url}")
config.bind(",m", "spawn --userscript view_in_mpv")
config.bind(",r", "spawn --userscript readability")
config.bind(";e", "hint links spawn deemix '{hint-url}'")
config.bind(";m", "hint links spawn mpv --fs {hint-url}")