From 37732e7810f68d02e4b9c98a00e3787eb1b5e368 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 17 May 2021 13:02:48 +0300 Subject: add search engine support --- config.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.h (limited to 'config.h') diff --git a/config.h b/config.h new file mode 100644 index 0000000..454463f --- /dev/null +++ b/config.h @@ -0,0 +1,2 @@ +/* Configuration file for lariza */ +#define SEARCH_ENGINE "https://duckduckgo.com/?q=%s" -- cgit v1.2.3