add searx

This commit is contained in:
finga 2019-03-19 12:15:39 +01:00
parent a943b31f04
commit cfd5f47fd5

View file

@ -1354,7 +1354,8 @@ c.tabs.width = '12%'
## used by prepending the search engine name to the search term, e.g.
## `:open google qutebrowser`.
## Type: Dict
c.url.searchengines = {'DEFAULT': 'https://www.google.com.ar/search?q={}',
c.url.searchengines = {'DEFAULT': 'https://searx.me/?q={}',
'g': 'https://www.google.com.ar/search?q={}',
'd': 'https://duckduckgo.com/?q={}'}
## Page(s) to open at the start.