From 4fca3e0121c615b0ab165eb0b668a3a2ac478385 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Tue, 4 Aug 2020 12:46:41 -0400 Subject: [PATCH] added searx --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 14084db..2c3ba42 100644 --- a/config.def.h +++ b/config.def.h @@ -10,7 +10,8 @@ static char *cookiefile = "~/.surf/cookies.txt"; static SearchEngine searchengines[] = { { "g", "https://www.google.com/search?q=%s" }, { "ji", "https://jisho.org/search/%s" }, - { "aw", "https://wiki.archlinux.org/index.php?search=%s" } + { "aw", "https://wiki.archlinux.org/index.php?search=%s" }, + { "s", "https://searx.danieliu.xyz/?q=%s" } }; /* Webkit default features */ -- 2.20.1