From 084e9803a32eb0ee2d805d6d4fc4b25803e03d79 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 9 Jan 2025 17:25:51 +0530 Subject: Hw fixes on update --- config/qutebrowser/config.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/qutebrowser/config.py') 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 -- cgit v1.3.1