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