diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-27 23:17:24 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-27 23:17:24 +0100 |
| commit | 758b0ba9b0961cba9b3f87f8de1280f4dbc7fa31 (patch) | |
| tree | 7a0ee44af567eeaae97e85b47b432d5bce51611d | |
| parent | 52ec835cc76a24a1af97f230e870d32a3f8db10d (diff) | |
fix stupid typo
| -rw-r--r-- | config.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ -const char search_engine[] = "https://https://search.gcomm.ch/searx/search?q="; +const char search_engine[] = "https://search.gcomm.ch/searx/search?q="; const char dmenu_args[] = "-s 0 -b"; const unsigned scroll_speed = 100; |