diff options
author | tsxv478 <vt0451@yandex.ru> | 2022-09-27 11:43:58 +0300 |
---|---|---|
committer | tsxv478 <vt0451@yandex.ru> | 2022-09-27 11:43:58 +0300 |
commit | c52e6bfc2a9df4ee17d10664e78850f4378629cf (patch) | |
tree | a14c9f76fe241d34d70c4e8a5ef1ba94c10ee955 /config.def.h | |
parent | 938efa500e6d29520e82602900ca26fbbf0995d5 (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 |