diff options
author | tsxv478 <atvx717@infraredcombat.xyz> | 2022-09-27 11:43:58 +0300 |
---|---|---|
committer | tsxv478 <atvx717@infraredcombat.xyz> | 2022-09-27 11:43:58 +0300 |
commit | fed732253b47e5425af93f4670712fd5a72039e8 (patch) | |
tree | a14c9f76fe241d34d70c4e8a5ef1ba94c10ee955 /config.def.h | |
parent | 714924059f387a45e9d6f3b50073a84ab60dce05 (diff) |
search engines
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 93cfeeb..a9fed5c 100644 --- a/config.def.h +++ b/config.def.h @@ -7,6 +7,11 @@ static char *certdir = "~/.surf/certificates/"; static char *cachedir = "~/.surf/cache/"; static char *cookiefile = "~/.surf/cookies.txt"; +static SearchEngine searchengines[] = { + { " ", "https://duckduckgo.com/?q=%s" }, + { "osrs ", "https://oldschool.runescape.wiki/?search=%s" }, +}; + /* Webkit default features */ /* Highest priority value will be used. * Default parameters are priority 0 |