diff options
Diffstat (limited to 'config/qutebrowser')
| -rw-r--r-- | config/qutebrowser/config.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index fdf107e..895341f 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -81,6 +81,8 @@ c.input.spatial_navigation = False c.content.dns_prefetch = True # Use dns prefetching for speed +c.qt.workarounds.remove_service_workers = True # TODO: Added because of crashes + c.content.pdfjs = True # Editor @@ -297,6 +299,7 @@ c.url.searchengines = { 'go': 'https://lite.duckduckgo.com/lite?q={}', 'gg': 'https://google.com/search?q={}', 'ai': 'https://chatgpt.com/?temporary-chat=true&q={}', + 'aic': 'https://claude.ai/new?q={}', 'br': 'https://search.brave.com/search?q={}', # Alt general |
