From 0d92cfcf542127b23abeb7b29ffcffba04c10949 Mon Sep 17 00:00:00 2001 From: Trysdyn Black Date: Sun, 25 Dec 2022 05:58:13 -0800 Subject: [PATCH] Remove forced Workspace 9 for videos launched from Qute - Also remove directive to remove qt workers, does not seem necessary on Linux --- .config/qutebrowser/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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