tconfig.h: add keybind to go to internal display - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit fdccb4c9497b8a2266d14ce7555668e1f8ed0cf5
 (DIR) parent 4ff7b1f3c8514492150b92a5b538e67327db0bd7
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 25 Sep 2020 14:50:05 +0200
       
       config.h: add keybind to go to internal display
       
       Diffstat:
         M config.h                            |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       t@@ -102,6 +102,7 @@ static const char *definecmd[]         = {"define", "--gui", NULL};
        static const char *passcmd[]           = {"passmenu", "-t", "-n", NULL};
        static const char *passemailcmd[]      = {"passmenu", "-t", "-u", "anders@adamsgaard.dk\t", "-n", NULL};
        static const char *displaycmd[]        = {"displayselect", NULL};
       +static const char *displayintcmd[]     = {"mon", "int", NULL};
        static const char *textcmd[]           = {"text.sh", "-i", NULL};
        static const char *videocmd[]          = {"videotoggle", NULL};
        static const char *screenrecordcmd[]   = {"screenrecord", NULL};
       t@@ -169,6 +170,7 @@ static Key keys[] = {
        
                { MODKEY,                       XK_F1,     spawn,          {.v = mancmd } },
                { MODKEY,                       XK_F7,     spawn,          {.v = displaycmd } },
       +        { MODKEY|ShiftMask,             XK_F7,     spawn,          {.v = displayintcmd } },
        
                { MODKEY,                       XK_a,      spawn,          {.v = articlesearchcmd } },
                { MODKEY|ShiftMask,             XK_a,      spawn,          {.v = jabbrevcmd } },