Modify search engines

New search engines are `crates.io` and `mouser`, `lib.rs` is moved
from `c` to `l`.
This commit is contained in:
finga 2021-11-07 14:29:21 +01:00
parent 33f8cc3972
commit c95d36e425

View file

@ -1507,11 +1507,13 @@ c.tabs.width = '10%'
## Type: Dict
c.url.searchengines = {'DEFAULT': 'https://www.google.com/search?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={}',
'dl': 'https://dict.leo.org/german-english/{}',
'd': 'https://duckduckgo.com/?q={}',
'i': 'https://www.imdb.com/find?q={}',
'm': 'https://eu.mouser.com/c/?q={}',
'w': 'https://wolframalpha.com/input/?i={}'}
## Page(s) to open at the start.