diff --git a/config.h b/config.h index bf6e066..9d51a5a 100644 --- a/config.h +++ b/config.h @@ -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 } }, };