diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-01-09 17:25:51 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-01-09 17:25:51 +0530 |
| commit | 084e9803a32eb0ee2d805d6d4fc4b25803e03d79 (patch) | |
| tree | 730092cb5dc00b9142c95ebf19bc84d9f65d9f06 /config | |
| parent | 639ba462f9385933b3ae3496525b551b9ce42c76 (diff) | |
| download | nixos-config-084e9803a32eb0ee2d805d6d4fc4b25803e03d79.tar.gz nixos-config-084e9803a32eb0ee2d805d6d4fc4b25803e03d79.zip | |
Hw fixes on update
Diffstat (limited to 'config')
| -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 |
