diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-27 16:04:29 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-27 16:04:29 +0100 |
| commit | afc3af63c854e9c097cb94fee0fd9114ac9da7e5 (patch) | |
| tree | 65551cf6d9d9006d7884368174309a0c2043e9af | |
| parent | 6318845388852c3eccb15ddce619389a3d49317d (diff) | |
change searx search url
| -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://searx.org/?q="; +const char search_engine[] = "https://searx.org/search?q="; const char dmenu_args[] = "-s 0"; const unsigned scroll_speed = 100; |