Treat Midori like other web browsers - pkgsrc-localpatches - leot's pkgsrc LOCALPATCHES
 (HTM) hg clone https://bitbucket.org/iamleot/pkgsrc-localpatches
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset 042182c93fe3fc94c26fb56e343b615da9159809
 (DIR) parent 92d6dbcba0ba8537e6acfc3fd6168909c8fd05a5
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Mon, 28 Jan 2019 19:34:15 
       
       Treat Midori like other web browsers
       
       Diffstat:
        wip/dwm-git/patch-config.h |  1 +
        wm/dwm/patch-config.h      |  3 ++-
        2 files changed, 3 insertions(+), 1 deletions(-)
       ---
       diff -r 92d6dbcba0ba -r 042182c93fe3 wip/dwm-git/patch-config.h
       --- a/wip/dwm-git/patch-config.h        Sat Jan 26 21:36:18 2019 +0100
       +++ b/wip/dwm-git/patch-config.h        Mon Jan 28 19:34:15 2019 +0100
       @@ -35,6 +35,7 @@
        +      { "xterm-float",  NULL,       NULL,       0,            1,       -1 },
        +      { "Firefox",      NULL,       NULL,       1 << 1,       0,       -1 },
        +      { "Vimb",         NULL,       NULL,       1 << 1,       0,       -1 },
       ++      { "Midori",       NULL,       NULL,       1 << 1,       0,       -1 },
        +      { "Surf",         NULL,       NULL,       1 << 1,       0,       -1 },
        +      { "Links",        NULL,       NULL,       1 << 1,       0,       -1 },
        +      { "Netsurf-gtk",  NULL,       NULL,       1 << 1,       0,       -1 },
       diff -r 92d6dbcba0ba -r 042182c93fe3 wm/dwm/patch-config.h
       --- a/wm/dwm/patch-config.h     Sat Jan 26 21:36:18 2019 +0100
       +++ b/wm/dwm/patch-config.h     Mon Jan 28 19:34:15 2019 +0100
       @@ -1,6 +1,6 @@
        --- /dev/null  2015-11-09 10:41:47.000000000 +0100
        +++ config.h   2015-11-09 10:40:39.000000000 +0100
       -@@ -0,0 +1,224 @@
       +@@ -0,0 +1,225 @@
        +/* See LICENSE file for copyright and license details. */
        +
        +/* appearance */
       @@ -32,6 +32,7 @@
        +      { "xterm-float",  NULL,       NULL,       0,            1,       -1 },
        +      { "Firefox",      NULL,       NULL,       1 << 1,       0,       -1 },
        +      { "Vimb",         NULL,       NULL,       1 << 1,       0,       -1 },
       ++      { "Midori",       NULL,       NULL,       1 << 1,       0,       -1 },
        +      { "Surf",         NULL,       NULL,       1 << 1,       0,       -1 },
        +      { "Links",        NULL,       NULL,       1 << 1,       0,       -1 },
        +      { "Netsurf-gtk",  NULL,       NULL,       1 << 1,       0,       -1 },