From b7f0c7c01540d9591d61dff71f491dcf531a8459 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Sat, 22 Dec 2018 16:17:41 +0100 Subject: [PATCH] Change qutebrowser mpv spawn --- .config/qutebrowser/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index f0e57d8..18f7236 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -32,7 +32,7 @@ config.bind('', 'scroll-page 0 0.5') # j open downloads # mpv spawning -config.bind('', 'spawn umpv {url} ;; message-info "Sending video to mpv..."') +config.bind('', 'spawn mpv {url} ;; message-info "Sending video to mpv..."') config.bind('', 'hint links spawn umpv {hint-url}') config.bind(';M', 'hint --rapid links spawn umpv {hint-url}')