Browse Source

Change qutebrowser mpv spawn

master
Riyyi 5 years ago
parent
commit
b7f0c7c015
  1. 2
      .config/qutebrowser/config.py

2
.config/qutebrowser/config.py

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

Loading…
Cancel
Save