tconfig.h: use bitreich-tardis for selecting memes - 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 136bd5f458aa377602912a13b471f6b4a73e5905
 (DIR) parent 3c0171b8c745f3d15445911845980e5d8e6675ef
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat, 20 Feb 2021 17:20:14 +0100
       
       config.h: use bitreich-tardis for selecting memes
       
       Diffstat:
         M config.h                            |       7 ++++---
       
       1 file changed, 4 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/config.h b/config.h
       t@@ -5,9 +5,9 @@ static const unsigned int borderpx  = 2;        /* border pixel of windows */
        static const unsigned int snap      = 32;       /* snap pixel */
        static const int showbar            = 1;        /* 0 means no bar */
        static const int topbar             = 1;        /* 0 means bottom bar */
       -/* static const char *fonts[]          = { "dina:size=9:antialias=false" }; */
       +static const char *fonts[]          = { "dina:size=9:antialias=false" };
        /* static const char *fonts[]          = { "terminus:size=12" }; */
       -static const char *fonts[]          = { "pragmatapro:size=11" };
       +/* static const char *fonts[]          = { "pragmatapro:size=11" }; */
        static const char col_gray1[] = "#000000";
        static const char col_gray2[] = "#444444";
        static const char col_gray3[] = "#ffffff";
       t@@ -118,7 +118,7 @@ static const char *torbrowsercmd[]     = {"tor-browser", NULL};
        static const char *showcalcmd[]        = {"showcalendar", NULL};
        static const char *mancmd[]            = {"manpick", NULL};
        static const char *weathercmd[]        = {"weather", NULL};
       -static const char *memeselectcmd[]     = {"memeselect", NULL};
       +static const char *memeselectcmd[]     = {"tardis", NULL};
        
        static const char *browsercmd[]        = {BROWSER, HOME "/doc/bookmark.html", NULL};
        static const char *journalcmd[]        = TERMCMD("tmux-journal.sh");
       t@@ -184,6 +184,7 @@ static Key keys[] = {
                { MODKEY,                       XK_comma,  focusmon,       {.i = -1 } },
                { MODKEY|ShiftMask,             XK_comma,  tagmon,         {.i = -1 } },
                { MODKEY,                       XK_Tab,    view,           {0} },
       +        { MODKEY|ShiftMask,             XK_Tab,    tag,            {0} },
        
                { MODKEY,                       XK_Left,   spawn,          {.v = mouseleftcmd } },
                { MODKEY,                       XK_Right,  spawn,          {.v = mouserightcmd } },