add searx
This commit is contained in:
parent
a943b31f04
commit
cfd5f47fd5
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue