From 5e6dc358e7ee2e6290e63192d751f469eefd6c27 Mon Sep 17 00:00:00 2001 From: BanceDev Date: Fri, 20 Feb 2026 18:10:28 -0500 Subject: moved to brave search --- surf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surf.c b/surf.c index cf51e7c..bcd76e4 100644 --- a/surf.c +++ b/surf.c @@ -578,7 +578,7 @@ loaduri(Client *c, const Arg *a) free(path); } else if (strchr(uri, ' ') || !strchr(uri, '.')) { escaped = g_uri_escape_string(uri, NULL, TRUE); - url = g_strdup_printf("https://ecosia.org/search?q=%s", escaped); + url = g_strdup_printf("https://search.brave.com/search?q=%s", escaped); g_free(escaped); } else { url = g_strdup_printf("https://%s", uri); -- cgit v1.2.3-59-g8ed1b