From: Daniel Liu Date: Tue, 4 Aug 2020 02:50:43 +0000 (-0400) Subject: homepage X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=8fe94c872d221f8d20bb84ed1f3349bb06feeb6e;hp=-c homepage --- 8fe94c872d221f8d20bb84ed1f3349bb06feeb6e diff --combined config.def.h index 73f65e6,7d760cf..e1b028a --- 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://duckduckgo.com/" + #define HOMEPAGE "https://danieliu.xyz/"