Remove forced Workspace 9 for videos launched from Qute
- Also remove directive to remove qt workers, does not seem necessary on Linux
This commit is contained in:
parent
39e9928921
commit
0d92cfcf54
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue