From: Skullheadx Date: Mon, 4 May 2026 22:24:34 +0000 (-0400) Subject: rename shell script to surf_search X-Git-Url: http://git.skullheadx.com/nixos/static/git-logo.png?a=commitdiff_plain;h=4c185985ff3dfa91a18a9b568cec66c159bb7980;p=surf.git rename shell script to surf_search --- 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 \ } \ }