diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-28 09:20:31 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-01-28 09:20:31 +0100 |
| commit | 5750e5ecf2bb51a9d48f30a320a7824310d009cd (patch) | |
| tree | ff334876aa83bf5d3771b756cb7eaef3989a4093 /config.hpp | |
| parent | 758b0ba9b0961cba9b3f87f8de1280f4dbc7fa31 (diff) | |
set search engine to my 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://search.gcomm.ch/searx/search?q="; +const char search_engine[] = "https://search.nathanreiner.xyz/search?q="; const char dmenu_args[] = "-s 0 -b"; const unsigned scroll_speed = 100; |