qutebrowser remove non-working search engines

This commit is contained in:
Henrik Bakken
2025-10-21 20:32:26 +02:00
parent c58cb97c90
commit 4dfa974b3f
-2
View File
@@ -178,8 +178,6 @@ c.url.start_pages = "http://www.google.com/search?hl=en&source=hp&ie=ISO-8859-l"
c.url.default_page = "http://www.google.com/search?hl=en&source=hp&ie=ISO-8859-l" c.url.default_page = "http://www.google.com/search?hl=en&source=hp&ie=ISO-8859-l"
c.url.searchengines = dict( c.url.searchengines = dict(
DEFAULT="http://www.google.com/search?hl=en&source=hp&ie=ISO-8859-l&q={}", DEFAULT="http://www.google.com/search?hl=en&source=hp&ie=ISO-8859-l&q={}",
cg="https://chatgpt.com/?q={}",
kg="https://kagi.com/search/?q={}",
aw="https://wiki.archlinux.org/?search={}", aw="https://wiki.archlinux.org/?search={}",
ap="https://www.archlinux.org/packages/?sort=&q={}", ap="https://www.archlinux.org/packages/?sort=&q={}",
gh="https://github.com/search?q={}&type=Code", gh="https://github.com/search?q={}&type=Code",