diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index e2e64ba..b2c9207 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -330,8 +330,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 --wayland-app-id=mpv__tv --force-window {url}') -config.bind(',M', 'hint links spawn mpv --wayland-app-id=mpv__tv --force-window {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 @@ -341,7 +341,7 @@ c.content.blocking.method = 'both' c.aliases['paywall'] = 'open https://www.google.com/search?q=cache:{url}' # Remove service workers on start to get around different bugs in Win and Lin -c.qt.workarounds.remove_service_workers = True +#c.qt.workarounds.remove_service_workers = True ## Begin site-specific settings and workarounds # Defeat columbian's paywall