diff options
Diffstat (limited to 'config.hpp')
| -rw-r--r-- | config.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |