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:
parent
a4e281ffc0
commit
b6690c209d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue