diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-27 22:56:32 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-27 22:56:32 +0100 |
| commit | 52ec835cc76a24a1af97f230e870d32a3f8db10d (patch) | |
| tree | 5238241c03d56d31ce0dc5a0b90e64c918eb33ac /config.hpp | |
| parent | 9b9aa83298b82ce2d29d7a89d6a1147a613c7c71 (diff) | |
change searx instance
Diffstat (limited to 'config.hpp')
| -rw-r--r-- | config.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ -const char search_engine[] = "https://searx.org/search?q="; +const char search_engine[] = "https://https://search.gcomm.ch/searx/search?q="; const char dmenu_args[] = "-s 0 -b"; const unsigned scroll_speed = 100; |