diff options
| author | 2026-02-18 21:06:17 -0500 | |
|---|---|---|
| committer | 2026-02-18 21:06:17 -0500 | |
| commit | 860746a22beacda6b393903159bab6f837fb7d61 (patch) | |
| tree | 0b78e78934a3a99e1f0b460991c2d89a6edb2687 | |
| parent | upgrade surf to gtk4 and webkit-6.0 (diff) | |
switch to ecosia search
| -rw-r--r-- | surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -577,7 +577,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://startpage.com/do/search?query=%s", escaped); + url = g_strdup_printf("https://ecosia.org/search?q=%s", escaped); g_free(escaped); } else { url = g_strdup_printf("https://%s", uri); |
