t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit bcdccccda6a58c78a106cd4d56011069d336ea9a
   DIR parent 3a63611e894ce2ae470a16df82fe5027e10278f4
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Tue,  5 Mar 2019 10:47:37 +0100
       
       Open tray applications on current tag
       
       Diffstat:
         M config.h                            |      12 ++++++------
       
       1 file changed, 6 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -32,12 +32,12 @@ static const Rule rules[] = {
            // _NET_WM_ICON_NAME(UTF8_STRING) = "Buddy List"
        
                /* class                instance    title       tags mask     isfloating   monitor */
       -        { "TelegramDesktop",    NULL,       NULL,       -1,         True,        -1 },
       -        { "mpv",                NULL,       NULL,       -1,         True,        -1 },
       -        { "Gimp",               NULL,       NULL,       -1,         True,        -1 },
       -        { "Pidgin",             NULL,       NULL,       -1,         True,        -1 },
       -        { "Seafile Client",     NULL,       NULL,       -1,         True,        -1 },
       -        { "QSyncthingTray",     NULL,       NULL,       -1,         True,        -1 },
       +        { "TelegramDesktop",    NULL,       NULL,       0,         True,        -1 },
       +        { "mpv",                NULL,       NULL,       0,         True,        -1 },
       +        { "Gimp",               NULL,       NULL,       0,         True,        -1 },
       +        { "Pidgin",             NULL,       NULL,       0,         True,        -1 },
       +        { "Seafile Client",     NULL,       NULL,       0,         True,        -1 },
       +        { "QSyncthingTray",     NULL,       NULL,       0,         True,        -1 },
        };
        
        /* layout(s) */