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
{ OnMedia, MODKEY, 1, clickexternplayer, { 0 }, 1 },
};
- #define HOMEPAGE "https://danieliu.xyz/"
+ #define HOMEPAGE "https://searx.danieliu.xyz/"