Remove SURF_QSEARCH patch

This commit is contained in:
Yash Karandikar 2022-11-02 15:30:40 -05:00
parent 454d78a572
commit e961680d86

View file

@ -101,11 +101,6 @@ static WebKitFindOptions findopts = WEBKIT_FIND_OPTIONS_CASE_INSENSITIVE |
} \
}
/* Quick searching. */
#define QSEARCH { \
.v = (char *[]){"/bin/sh", "-c", "surf_qsearch $0 $1", winid, NULL } \
}
/* styles */
/*
* The iteration will stop at the first match, beginning at the beginning of
@ -183,7 +178,6 @@ static Key keys[] = {
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_b, toggle, { .i = ScrollBars } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_t, toggle, { .i = StrictTLS } },
{ MODKEY|GDK_SHIFT_MASK, GDK_KEY_m, toggle, { .i = Style } },
{ MODKEY, GDK_KEY_s, spawn, QSEARCH },
/* download-console */
{ MODKEY, GDK_KEY_d, spawndls, { 0 } },
};