From: Daniel Liu Date: Tue, 4 Aug 2020 16:47:29 +0000 (-0400) Subject: homepage X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=e5a3175bc7a53d4dbd337bf4d5474fa0d6563925;hp=-c homepage --- e5a3175bc7a53d4dbd337bf4d5474fa0d6563925 diff --combined config.def.h index e1b028a,5e6506b..68d0fa7 --- a/config.def.h +++ b/config.def.h @@@ -7,12 -7,6 +7,12 @@@ static char *certdir = "~/.surf/ static char *cachedir = "~/.surf/cache/"; 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" } +}; + /* Webkit default features */ /* Highest priority value will be used. * Default parameters are priority 0 @@@ -213,4 -207,4 +213,4 @@@ static Button buttons[] = { OnMedia, MODKEY, 1, clickexternplayer, { 0 }, 1 }, }; - #define HOMEPAGE "https://danieliu.xyz/" + #define HOMEPAGE "https://searx.danieliu.xyz/"