From: Skullheadx Date: Mon, 4 May 2026 22:27:19 +0000 (-0400) Subject: update config X-Git-Url: http://git.skullheadx.com/projects/suckless.html?a=commitdiff_plain;h=a9203494a3895f95a0207dabf7c587e60dab45c8;p=surf.git update config --- 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 \ } \ }