From c25d97166f6a7efc481e9ee2e990fa4688edd646 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Mon, 6 Mar 2023 14:31:34 +0530 Subject: [PATCH] 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. --- qutebrowser/.config/qutebrowser/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/.config/qutebrowser/config.py b/qutebrowser/.config/qutebrowser/config.py index 9b3f219..4ffc5c9 100644 --- a/qutebrowser/.config/qutebrowser/config.py +++ b/qutebrowser/.config/qutebrowser/config.py @@ -138,6 +138,7 @@ c.url.searchengines = { "aw": "https://wiki.archlinux.org/index.php?search={}", "c": "https://crates.io/search?q={}", "d": "https://docs.rs/releases/search?query={}", + "g": "https://startpage.com/do/asearch?q={}", "gh": "https://github.com/search?q={}", "hg": "https://www.haskell.org/hoogle/?hoogle={}", "mal": "https://myanimelist.net/search/all?q={}",