tconfig.h: update to reflect upstream - surf - [fork] customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit bcb5a05c9aacaf8768acd03f69665ec14e18ab1b
 (DIR) parent 49688b2d9602f3fed58116e7250a0fdd4260b422
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 24 May 2021 06:27:28 +0200
       
       config.h: update to reflect upstream
       
       Diffstat:
         M config.h                            |       4 ----
       
       1 file changed, 0 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       t@@ -20,7 +20,6 @@ static char **plugindirs    = (char*[]){
         */
        static Parameter defconfig[ParameterLast] = {
                /* parameter                    Arg value       priority */
       -        [AcceleratedCanvas]   =       { { .i = 1 },     },
                [AccessMicrophone]    =       { { .i = 0 },     },
                [AccessWebcam]        =       { { .i = 0 },     },
                [Certificate]         =       { { .i = 0 },     },
       t@@ -41,7 +40,6 @@ static Parameter defconfig[ParameterLast] = {
                [KioskMode]           =       { { .i = 0 },     },
                [LoadImages]          =       { { .i = 0 },     },
                [MediaManualPlay]     =       { { .i = 1 },     },
       -        [Plugins]             =       { { .i = 1 },     },
                [PreferredLanguages]  =       { { .v = (char *[]){ NULL } }, },
                [RunInFullscreen]     =       { { .i = 0 },     },
                [ScrollBars]          =       { { .i = 1 },     },
       t@@ -59,7 +57,6 @@ static Parameter defconfig[ParameterLast] = {
        static UriParameters uriparams[] = {
                { "(://|\\.)suckless\\.org(/|$)", {
                  [JavaScript] = { { .i = 0 }, 1 },
       -          [Plugins]    = { { .i = 0 }, 1 },
                }, },
        };
        
       t@@ -222,7 +219,6 @@ static Key keys[] = {
                { MODKEY|GDK_SHIFT_MASK, GDK_KEY_t,      toggle,     { .i = StrictTLS } },
                { MODKEY,                GDK_KEY_u,      scrollv,    { .i = -50 } },
                { MODKEY|GDK_SHIFT_MASK, GDK_KEY_u,      spawn,      PLUMBER("_SURF_URI") },
       -        { MODKEY|GDK_SHIFT_MASK, GDK_KEY_v,      toggle,     { .i = Plugins } },
                { MODKEY,                GDK_KEY_y,      clipboard,  { .i = 0 } },
        };