Make qutebrowser-spawned mpv always have a window

Kind of sucks if you open an mp3 and no windows appears because you have
to then use a shell or qute's process handling to make it stop :)
This commit is contained in:
Trysdyn Black 2022-05-21 18:23:30 -07:00
parent a4e281ffc0
commit b6690c209d

View file

@ -327,8 +327,8 @@ c.url.default_page = 'https://start.duckduckgo.com'
c.editor.command = ['/home/trysdyn/bin/kitty-float', 'vim', '{file}']
# Custom bindings
config.bind(',m', 'spawn mpv {url}')
config.bind(',M', 'hint links spawn mpv {hint-url}')
config.bind(',m', 'spawn mpv --force-window {url}')
config.bind(',M', 'hint links spawn mpv --force-window {hint-url}')
# Set using both adblock methods available
c.content.blocking.enabled = True