qutebrowser: Add startpage to search engines
While DDG uses bing in the back end, startpage uses google without resorting to tracking. Use startpage so we never have to use google.
This commit is contained in:
parent
c37a0db46a
commit
c25d97166f
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ c.url.searchengines = {
|
||||||
"aw": "https://wiki.archlinux.org/index.php?search={}",
|
"aw": "https://wiki.archlinux.org/index.php?search={}",
|
||||||
"c": "https://crates.io/search?q={}",
|
"c": "https://crates.io/search?q={}",
|
||||||
"d": "https://docs.rs/releases/search?query={}",
|
"d": "https://docs.rs/releases/search?query={}",
|
||||||
|
"g": "https://startpage.com/do/asearch?q={}",
|
||||||
"gh": "https://github.com/search?q={}",
|
"gh": "https://github.com/search?q={}",
|
||||||
"hg": "https://www.haskell.org/hoogle/?hoogle={}",
|
"hg": "https://www.haskell.org/hoogle/?hoogle={}",
|
||||||
"mal": "https://myanimelist.net/search/all?q={}",
|
"mal": "https://myanimelist.net/search/all?q={}",
|
||||||
|
|
Loading…
Reference in a new issue