From f064922a74100af86def550d4ef6a50ab4e80203 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 18 Aug 2021 17:23:55 +0200 Subject: Added startpage search engine --- config/qutebrowser/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'config/qutebrowser') diff --git a/config/qutebrowser/config.py b/config/qutebrowser/config.py index de73eb6..3d20f10 100644 --- a/config/qutebrowser/config.py +++ b/config/qutebrowser/config.py @@ -15,6 +15,7 @@ c.url.searchengines = { "DEFAULT": "https://searx.cacharle.xyz?q={}", "d": "https://duckduckgo.com/?q={}", "g": "https://google.com/?q={}", + "sp": "https://www.startpage.com/sp/search?q={}", "y": "https://www.youtube.com/results?search_query={}", "w": "https://en.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1", "wfr": "https://fr.wikipedia.org/wiki/Special:Search?search={}&go=Go&ns0=1", -- cgit