qutebrowser: Add pypi search,Remove google translate

This commit is contained in:
Marty Oehme 2023-01-07 14:50:09 +01:00
parent ccd9c51cc0
commit bd1182a873
Signed by: Marty
GPG Key ID: 73BA40D5AFAF49C9
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@ c.url.searchengines = {
"g": "https://www.google.com/search?q={}",
"gh": "https://github.com/search?q={}",
"gol": "https://golang.org/pkg/{}/",
"gt": "https://translate.google.com/#auto/de/{}",
"hn": "https://hn.algolia.com/?q={}",
"kb": "https://soeg.kb.dk/discovery/search?query=any,contains,{}&lang=en",
"l": "https://links.martyoeh.me/?searchterm={}&searchtags=",
@ -21,6 +20,7 @@ c.url.searchengines = {
"man": "https://manned.org/browse/search?q={}",
"maps": "https://www.qwant.com/maps/?q={}",
"pcw": "https://www.pcgamingwiki.com/w/index.php?search={}",
"py": "https://pypi.org/search/?q={}",
"r": "https://www.reddit.com/r/{}",
"t": "https://www.thesaurus.com/browse/{}",
"w": "https://en.wikipedia.org/w/index.php?search={}",