summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-05-17 13:02:48 +0300
committerCem Keylan <cem@ckyln.com>2021-05-17 13:04:14 +0300
commit37732e7810f68d02e4b9c98a00e3787eb1b5e368 (patch)
tree7f61558857ce8be02da9f702af303f2452270095 /config.h
parent966832f446e84cd7a202cf037a3c3f041c0ba1c5 (diff)
downloadlariza-37732e7810f68d02e4b9c98a00e3787eb1b5e368.tar.gz
add search engine support
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
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"