From a9203494a3895f95a0207dabf7c587e60dab45c8 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 4 May 2026 18:27:19 -0400 Subject: [PATCH] update config --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index b8ede9a..7df6638 100644 --- a/config.h +++ b/config.h @@ -67,7 +67,7 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE | /* SETPROP(readprop, setprop)*/ #define SETPROP(p, s) { \ .v = (const char *[]){ "/bin/sh", "-c", \ - "surf.sh $1 $2 $3", "surf-sh", p, s, winid, NULL \ + "surf_search $1 $2 $3", "surf_search", p, s, winid, NULL \ } \ } -- 2.54.0