]> git.rmz.io Git - dotfiles.git/commitdiff
qutebrowser: add hoogle to searchengines
authorSamir Benmendil <me@rmz.io>
Sat, 15 May 2021 22:22:59 +0000 (23:22 +0100)
committerSamir Benmendil <me@rmz.io>
Sat, 15 May 2021 22:22:59 +0000 (23:22 +0100)
qutebrowser/config.py

index b9ec5abbcb9fa1e46598d60b6719e6375e88ece9..8ebf280be3b9a523f741223c82d25eea5d97a655 100644 (file)
@@ -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={}',
                        '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.
                       }
 
 ## Page(s) to open at the start.