t* dwm + patches
       
   URI git clone git://git.codevoid.de/dwm-sdk
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit b18fc38ccc3394eb9ba37f3f16174be69de63ada
   DIR parent c6a98d33aeff1630f32ea5f43aa27746dedbfe9b
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Mon,  4 Nov 2019 18:25:58 +0100
       
       correct config
       
       Diffstat:
         M config.h                            |      27 ++++++++++++++-------------
       
       1 file changed, 14 insertions(+), 13 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -34,15 +34,17 @@ static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
        
        /* rules */
        static const Rule rules[] = {
       -    /* class             instance title tags mask isfloating mon neverfocus */
       -    { "TelegramDesktop", NULL,    NULL, 0,        True,      -1, 0},
       -    { "mpv",             NULL,    NULL, 0,        True,      -1, 0},
       -    { "st-osd",          NULL,    NULL, 0,        True,      -1, 0},
       -    { "Gimp",            NULL,    NULL, 0,        True,      -1, 0},
       -    { "Pqiv",            NULL,    NULL, 0,        True,      -1, 1},
       -    { "Pidgin",          NULL,    NULL, 0,        True,      -1, 0},
       -    { "Seafile Client",  NULL,    NULL, 0,        True,      -1, 0},
       -    { "QSyncthingTray",  NULL,    NULL, 0,        True,      -1, 0},
       +    /* class                instance title tagmask isfloating mon neverfocus */
       +    { "TelegramDesktop",      NULL, NULL,               0,    True,   -1,   0},
       +    { "com-sap-platin-Gui$1", NULL, "win0",             0,    True,   -1,   0},
       +    { "SAP GUI for Java",     NULL, "SAP GUI for Java", 0,    True,   -1,   0},
       +    { "mpv",                  NULL, NULL,               0,    True,   -1,   0},
       +    { "st-osd",               NULL, NULL,               0,    True,   -1,   0},
       +    { "Gimp",                 NULL, NULL,               0,    True,   -1,   0},
       +    { "Pqiv",                 NULL, NULL,               0,    True,   -1,   1},
       +    { "Pidgin",               NULL, NULL,               0,    True,   -1,   0},
       +    { "Seafile Client",       NULL, NULL,               0,    True,   -1,   0},
       +    { "QSyncthingTray",       NULL, NULL,               0,    True,   -1,   0},
        };
        
        /* layout(s) */
       t@@ -82,7 +84,7 @@ static const char *notescmd[]      = { "st", "-e", "vim", "/N/notes.txt", NULL }
        static const char *termcmd[]       = { "st", NULL };
        static const char *smalltermcmd[]  = { "st","-f", "peep-10", NULL };
        static const char *scratchpadcmd[] = { "st", "-f", "peep-10", "-t", scratchpadname, "-g", "160x28", NULL };
       -static const char *notescmd[]      = { "st", "-e", "vim", "~/work/notes.txt", NULL };
       +static const char *notescmd[]      = { "st", "-e", "vim", "sftp://sdk@shell.codevoid.de/work/notes/notes.txt", NULL };
        #endif
        static const char *browsercmd[]    = { ".dwm/browser", DMENUOPTS, NULL };
        static const char *passmenucmd[]   = { ".dwm/passmenu", DMENUOPTS, NULL };
       t@@ -112,8 +114,8 @@ static Key keys[] = {
            { MODKEY,              XK_b,       togglebar,      {0} },
            { MODKEY,              XK_Down,    focusstack,     {.i = +1 } },
            { MODKEY,              XK_Up,      focusstack,     {.i = -1 } },
       -    { MODKEY|ShiftMask,    XK_Left,    incnmaster,     {.i = +1 } },
       -    { MODKEY|ShiftMask,    XK_Right,   incnmaster,     {.i = -1 } },
       +    { MODKEY|ShiftMask,    XK_i,       incnmaster,     {.i = +1 } },
       +    { MODKEY|ShiftMask,    XK_d,       incnmaster,     {.i = -1 } },
            { MODKEY,              XK_m,       zoom,           {0} },
            { MODKEY,              XK_h,       setmfact,       {.f = -0.05} },
            { MODKEY,              XK_l,       setmfact,       {.f = +0.05} },
       t@@ -141,7 +143,6 @@ static Key keys[] = {
            TAGKEYS(               XK_7,                       6)
            TAGKEYS(               XK_8,                       7)
            TAGKEYS(               XK_9,                       8)
       -
        };
        
        /* button definitions; click can be: