diff --git a/qutebrowser/config/searchengines.py b/qutebrowser/config/searchengines.py index 34c4760..68312dc 100644 --- a/qutebrowser/config/searchengines.py +++ b/qutebrowser/config/searchengines.py @@ -2,29 +2,29 @@ c.url.searchengines = { "DEFAULT": "https://search.martyoeh.me/?q={}", "al": "https://wiki.archlinux.org/index.php/{}", "alt": "https://alternativeto.net/software/{}/?license=opensource", + "anna": "https://annas-archive.org/search?q={}", "aur": "https://aur.archlinux.org/packages/?K={}", + "bgg": "https://boardgamegeek.com/geeksearch.php?action=search&q={}&objecttype=boardgame", "d": "https://www.dict.cc/?s={}", "ddg": "https://duckduckgo.com/?q={}", - "docker": "https://hub.docker.com/search?q={}", "dt": "https://www.deepl.com/translator#en/de/{}", "g": "https://www.google.com/search?q={}", "gh": "https://github.com/search?q={}", "gol": "https://golang.org/pkg/{}/", "hn": "https://hn.algolia.com/?q={}", + "hub": "https://hub.docker.com/search?q={}", "kb": "https://soeg.kb.dk/discovery/search?query=any,contains,{}&lang=en", "l": "https://links.martyoeh.me/?searchterm={}&searchtags=", + "lib": "http://libgen.fun/search.php?req={}", "man": "https://manned.org/browse/search?q={}", "maps": "https://www.qwant.com/maps/?q={}", "pcw": "https://www.pcgamingwiki.com/w/index.php?search={}", "py": "https://pypi.org/search/?q={}", "r": "https://www.reddit.com/r/{}", + "sci": "https://sci-hub.ru/{}", "t": "https://www.thesaurus.com/browse/{}", "w": "https://en.wikipedia.org/w/index.php?search={}", "yt": "https://yewtu.be/search?q={}", - "lib": "http://libgen.fun/search.php?req={}", - "sci": "https://sci-hub.ru/{}", - "anna": "https://annas-archive.org/search?q={}", - "bgg": "https://boardgamegeek.com/geeksearch.php?action=search&q={}&objecttype=boardgame", } c.url.default_page = "https://start.duckduckgo.com" c.url.start_pages = ["https://start.duckduckgo.com"]