add search engines
This commit is contained in:
parent
cfd5f47fd5
commit
247f0a0d37
1 changed files with 3 additions and 1 deletions
|
@ -1355,7 +1355,9 @@ c.tabs.width = '12%'
|
||||||
## `:open google qutebrowser`.
|
## `:open google qutebrowser`.
|
||||||
## Type: Dict
|
## Type: Dict
|
||||||
c.url.searchengines = {'DEFAULT': 'https://searx.me/?q={}',
|
c.url.searchengines = {'DEFAULT': 'https://searx.me/?q={}',
|
||||||
'g': 'https://www.google.com.ar/search?q={}',
|
'c': 'https://crates.io/search?q={}',
|
||||||
|
'g': 'https://www.google.com/search?q={}',
|
||||||
|
'dl': 'https://dict.leo.org/german-english/{}',
|
||||||
'd': 'https://duckduckgo.com/?q={}'}
|
'd': 'https://duckduckgo.com/?q={}'}
|
||||||
|
|
||||||
## Page(s) to open at the start.
|
## Page(s) to open at the start.
|
||||||
|
|
Loading…
Reference in a new issue