Add "tv" wayland app id to MPV calls from Quteb
This commit is contained in:
parent
95b0139e3f
commit
7ea5b27f35
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 --force-window {url}')
|
||||
config.bind(',M', 'hint links spawn mpv --force-window {hint-url}')
|
||||
config.bind(',m', 'spawn mpv --wayland-app-id=mpv__tv --force-window {url}')
|
||||
config.bind(',M', 'hint links spawn mpv --wayland-app-id=mpv__tv --force-window {hint-url}')
|
||||
|
||||
# Set using both adblock methods available
|
||||
c.content.blocking.enabled = True
|
||||
|
|
Loading…
Add table
Reference in a new issue