From e961680d86ab06b7b3d0622d7c74768819472034 Mon Sep 17 00:00:00 2001 From: Yash Karandikar Date: Wed, 2 Nov 2022 15:30:40 -0500 Subject: [PATCH] Remove SURF_QSEARCH patch --- config.h | 6 ------ 1 file changed, 6 deletions(-) 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 } }, };