Change qutebrowser mpv spawn

This commit is contained in:
Riyyi
2018-12-22 16:17:41 +01:00
parent 7179a12cf0
commit b7f0c7c015
+1 -1
View File
@@ -32,7 +32,7 @@ config.bind('<Space>', 'scroll-page 0 0.5')
# j open downloads
# mpv spawning
config.bind('<Ctrl-m>', 'spawn umpv {url} ;; message-info "Sending video to mpv..."')
config.bind('<Ctrl-m>', 'spawn mpv {url} ;; message-info "Sending video to mpv..."')
config.bind('<Ctrl-Shift-m>', 'hint links spawn umpv {hint-url}')
config.bind(';M', 'hint --rapid links spawn umpv {hint-url}')