searchengines
[surf.git] / config.def.h
index e1b028a..4ef4252 100644 (file)
@@ -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 */
@@ -213,4 +214,4 @@ static Button buttons[] = {
        { OnMedia,      MODKEY,         1,      clickexternplayer, { 0 },       1 },
 };
 
-#define HOMEPAGE "https://danieliu.xyz/"
+#define HOMEPAGE "https://searx.danieliu.xyz/"