Modify search engines
New search engines are `crates.io` and `mouser`, `lib.rs` is moved from `c` to `l`.
This commit is contained in:
parent
33f8cc3972
commit
c95d36e425
1 changed files with 3 additions and 1 deletions
|
@ -1507,11 +1507,13 @@ c.tabs.width = '10%'
|
||||||
## Type: Dict
|
## Type: Dict
|
||||||
c.url.searchengines = {'DEFAULT': 'https://www.google.com/search?q={}',
|
c.url.searchengines = {'DEFAULT': 'https://www.google.com/search?q={}',
|
||||||
's': 'https://searx.me/?q={}',
|
's': 'https://searx.me/?q={}',
|
||||||
'c': 'https://lib.rs/search?q={}',
|
'c': 'https://crates.io/search?q={}',
|
||||||
|
'l': 'https://lib.rs/search?q={}',
|
||||||
'y': 'https://www.invidio.us/search?q={}',
|
'y': 'https://www.invidio.us/search?q={}',
|
||||||
'dl': 'https://dict.leo.org/german-english/{}',
|
'dl': 'https://dict.leo.org/german-english/{}',
|
||||||
'd': 'https://duckduckgo.com/?q={}',
|
'd': 'https://duckduckgo.com/?q={}',
|
||||||
'i': 'https://www.imdb.com/find?q={}',
|
'i': 'https://www.imdb.com/find?q={}',
|
||||||
|
'm': 'https://eu.mouser.com/c/?q={}',
|
||||||
'w': 'https://wolframalpha.com/input/?i={}'}
|
'w': 'https://wolframalpha.com/input/?i={}'}
|
||||||
|
|
||||||
## Page(s) to open at the start.
|
## Page(s) to open at the start.
|
||||||
|
|
Loading…
Reference in a new issue