X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=blobdiff_plain;f=config.def.h;h=4ef42521c64d0213799d98a0080585f5115f1d60;hp=73f65e611f35f8485fc45e423ec7b5f2083fc966;hb=1007143bda871936e93925a6942c587de2f8939f;hpb=f92d63f4c0acfc63239453bca92dab9d66afc000 diff --git a/config.def.h b/config.def.h index 73f65e6..4ef4252 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 */ @@ -213,4 +214,4 @@ static Button buttons[] = { { OnMedia, MODKEY, 1, clickexternplayer, { 0 }, 1 }, }; -#define HOMEPAGE "https://duckduckgo.com/" +#define HOMEPAGE "https://searx.danieliu.xyz/"