diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-07-24 07:16:15 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-07-24 07:16:15 +0200 |
| commit | 15a03ffc2b8ff2945e080d247b0f1e51a773dbbe (patch) | |
| tree | ccf2300652cf21330a877f8f31a48d7fc5c02bfd | |
| parent | 3cec0350754c8ac948df5b857baa5dfd5e93bb45 (diff) | |
| download | dotfiles-15a03ffc2b8ff2945e080d247b0f1e51a773dbbe.tar.gz dotfiles-15a03ffc2b8ff2945e080d247b0f1e51a773dbbe.tar.bz2 dotfiles-15a03ffc2b8ff2945e080d247b0f1e51a773dbbe.zip | |
Added wikipedia (en/fr) search engines
| -rw-r--r-- | config/qutebrowser/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index 16df617..815d367 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -29,10 +29,11 @@ c.aliases = { c.url.start_pages = ['https://searx.cacharle.xyz'] c.url.searchengines = { 'DEFAULT': 'https://searx.cacharle.xyz?q={}', - # 'DEFAULT': 'https://duckduckgo.com/?q={}', 'd': 'https://duckduckgo.com/?q={}', 'g': 'https://google.com/?q={}', 'y': 'https://www.youtube.com/results?search_query={}', + 'w': 'https://en.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1', + 'wfr': 'https://fr.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1', 'gh': 'https://github.com/search?q={}', 'h': 'https://hoogle.haskell.org/?hoogle={}', 'cpp': 'http://cplusplus.com/search.do?q={}', |
