diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-05 13:44:12 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-05 13:44:12 +0100 |
| commit | 5def57e9bcb1372f4659e8f98b38dd54a2b9aebc (patch) | |
| tree | 5beb11d54c5902c084be8087befaf2ae8671a9d2 /qutebrowser/config.py | |
| parent | af9a66444352c4d46c866638d9875a8e691621da (diff) | |
| parent | dcc88d3cf5b9e80d8255c268d873465472e0a876 (diff) | |
| download | dotfiles-5def57e9bcb1372f4659e8f98b38dd54a2b9aebc.tar.gz dotfiles-5def57e9bcb1372f4659e8f98b38dd54a2b9aebc.tar.bz2 dotfiles-5def57e9bcb1372f4659e8f98b38dd54a2b9aebc.zip | |
Merge remote-tracking branch 'origin/master' into carbon
Diffstat (limited to 'qutebrowser/config.py')
| -rw-r--r-- | qutebrowser/config.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 7f52a28..61d5ae8 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -23,7 +23,9 @@ c.url.searchengines = { 'DEFAULT': 'https://searx.cacharle.xyz?q={}', 'd': 'https://duckduckgo.com/?q={}', 'g': 'https://google.com/?q={}', - 'y': 'https://www.youtube.com/results?search_query={}' + 'y': 'https://www.youtube.com/results?search_query={}', + 'gh': 'https://github.com/search?q={}', + 'h': 'https://hoogle.haskell.org/?hoogle={}', } c.fonts.default_family = 'Fira Mono' |
