aboutsummaryrefslogtreecommitdiff
path: root/config.hpp
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-01-25 10:11:33 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-01-25 10:11:33 +0100
commit6318845388852c3eccb15ddce619389a3d49317d (patch)
treebabc6ad3e79675cbdd949e257153a28892c0cde7 /config.hpp
parent41652d5f074943cd5fecb4396edec0a8c22f7c7c (diff)
set background color on load to black
Diffstat (limited to 'config.hpp')
-rw-r--r--config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.hpp b/config.hpp
index f3337a1..d7b1424 100644
--- a/config.hpp
+++ b/config.hpp
@@ -1,6 +1,6 @@
const bool enable_smooth_scrollig = true;
-const char search_engine[] = "https://duckduckgo.com/?q=";
+const char search_engine[] = "https://searx.org/?q=";
const char dmenu_args[] = "-s 0";
const unsigned scroll_speed = 100;