Enable Web Inspector by default - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
 (HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 2e73e11c59de927c84bce7a7a3cc0074e8d05083
 (DIR) parent d0442a778f915fd51b31ae47fec32be2dd078319
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Mon,  3 Jun 2019 18:50:13 
       
       Enable Web Inspector by default
       
       Diffstat:
        wip/surf-git/patch-config.h |  2 +-
        1 files changed, 1 insertions(+), 1 deletions(-)
       ---
       diff -r d0442a778f91 -r 2e73e11c59de wip/surf-git/patch-config.h
       --- a/wip/surf-git/patch-config.h       Mon Jun 03 18:49:55 2019 +0200
       +++ b/wip/surf-git/patch-config.h       Mon Jun 03 18:50:13 2019 +0200
       @@ -32,7 +32,7 @@
        +      [FrameFlattening]     =       { { .i = 0 },     },
        +      [Geolocation]         =       { { .i = 0 },     },
        +      [HideBackground]      =       { { .i = 0 },     },
       -+      [Inspector]           =       { { .i = 0 },     },
       ++      [Inspector]           =       { { .i = 1 },     },
        +      [Java]                =       { { .i = 0 },     },
        +      [JavaScript]          =       { { .i = 0 },     },
        +      [KioskMode]           =       { { .i = 0 },     },