From 4c185985ff3dfa91a18a9b568cec66c159bb7980 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 4 May 2026 18:24:34 -0400 Subject: [PATCH] rename shell script to surf_search --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index b8ede9a..7df6638 100644 --- a/config.def.h +++ b/config.def.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