aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-01-28 09:20:31 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-01-28 09:20:31 +0100
commit5750e5ecf2bb51a9d48f30a320a7824310d009cd (patch)
treeff334876aa83bf5d3771b756cb7eaef3989a4093
parent758b0ba9b0961cba9b3f87f8de1280f4dbc7fa31 (diff)
set search engine to my instance
-rw-r--r--config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.hpp b/config.hpp
index cf4fb64..25d6250 100644
--- a/config.hpp
+++ b/config.hpp
@@ -1,5 +1,5 @@
-const char search_engine[] = "https://search.gcomm.ch/searx/search?q=";
+const char search_engine[] = "https://search.nathanreiner.xyz/search?q=";
const char dmenu_args[] = "-s 0 -b";
const unsigned scroll_speed = 100;