From cfd5f47fd5f00b7bb0ade04f46163c44b7bc2320 Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 19 Mar 2019 12:15:39 +0100 Subject: [PATCH] add searx --- .config/qutebrowser/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index ce1fccf..19789c8 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -1354,7 +1354,8 @@ c.tabs.width = '12%' ## used by prepending the search engine name to the search term, e.g. ## `:open google qutebrowser`. ## Type: Dict -c.url.searchengines = {'DEFAULT': 'https://www.google.com.ar/search?q={}', +c.url.searchengines = {'DEFAULT': 'https://searx.me/?q={}', + 'g': 'https://www.google.com.ar/search?q={}', 'd': 'https://duckduckgo.com/?q={}'} ## Page(s) to open at the start.