URI:
       tRevert "add acme and goat bindings" - dwm - [fork] customized build of dwm, the dynamic window manager
  HTML git clone git://src.adamsgaard.dk/dwm
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit aa126fc747a5bb69b38bfc34ac321a0cc277592f
   DIR parent 3ab504c1a384ecf441982490f614de8aff1c9e58
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 15 Nov 2021 17:55:39 +0100
       
       Revert "add acme and goat bindings"
       
       This reverts commit 0b79cf34f09289371c19fb3491ae4645b648679d.
       
       Diffstat:
         M config.h                            |      10 ++++------
       
       1 file changed, 4 insertions(+), 6 deletions(-)
       ---
   DIR diff --git a/config.h b/config.h
       t@@ -8,14 +8,14 @@ static const int topbar             = 1;        /* 0 means bottom bar */
        /* 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 col_gray1[] = "#eaffff";
       -static const char col_gray2[] = "#99994c";
       -static const char col_gray3[] = "#000000";
       +static const char col_gray1[] = "#000000";
       +static const char col_gray2[] = "#444444";
       +static const char col_gray3[] = "#ffffff";
        static const char col_gray4[] = "#1d1f21";
        static const char *colors[][3]      = {
                /*               fg         bg         border   */
                [SchemeNorm] = { col_gray3, col_gray1, col_gray1 },
       -        [SchemeSel]  = { col_gray3, col_gray2, col_gray3 },
       +        [SchemeSel]  = { col_gray1, col_gray3, col_gray3 },
        };
        
        /* tagging */
       t@@ -95,7 +95,6 @@ static const char *alttermplexcmd[]    = ALTTERMCMD("tmux");
        
        static const char *dmenucmd[]          = {"dmenu_run", NULL};
        static const char *searchcmd[]         = {"search", NULL};
       -static const char *acmecmd[]           = {"ad", NULL};
        static const char *articlesearchcmd[]  = {"articlesearch", NULL};
        static const char *jabbrevcmd[]        = {"jabbrev", "-c", NULL};
        static const char *unicodecmd[]        = {"unicodepick", NULL};
       t@@ -213,7 +212,6 @@ static Key keys[] = {
                { MODKEY|ShiftMask,             XK_F7,     spawn,          {.v = displayintcmd } },
                { MODKEY,                       XK_F9,     spawn,          {.v = showkeyscmd } },
        
       -        { MODKEY,                       XK_a,      spawn,          {.v = acmecmd } },
                { MODKEY|ShiftMask,             XK_a,      spawn,          {.v = articlesearchcmd } },
                { MODKEY|ControlMask|ShiftMask, XK_a,      spawn,          {.v = mixercmd } },
                { MODKEY|MODALTKEY,             XK_b,      togglebar,      {0} },