From: Samir Benmendil Date: Sat, 15 May 2021 22:22:59 +0000 (+0100) Subject: qutebrowser: add hoogle to searchengines X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/83a0405b814f326157b4e34113fe96a517d22c6f?ds=inline qutebrowser: add hoogle to searchengines --- diff --git a/qutebrowser/config.py b/qutebrowser/config.py index b9ec5ab..8ebf280 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1562,6 +1562,8 @@ c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?t=chakra&q={}', 'ddg': 'https://duckduckgo.com/?t=chakra&q={}', 'slack': 'https://focalpointpositioning.slack.com/messages/{}', 'std': 'http://en.cppreference.com/mwiki/index.php?title=Special%3ASearch&search={}', + 'hoogle': 'https://hoogle.haskell.org/?hoogle={}', + 'h': 'https://hoogle.haskell.org/?hoogle={}', } ## Page(s) to open at the start.