Add "tv" wayland app id to MPV calls from Quteb

This commit is contained in:
Trysdyn Black 2022-06-11 16:15:56 -07:00
parent 95b0139e3f
commit 7ea5b27f35

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 --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