added yet another CUTOMIZE tag - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 06dc514bc7327f1a2a35cb533bcf18715305da44
 (DIR) parent 2b5553b1ebf7c8e59b5ecf7128b932115ff2b313
 (HTM) Author: arg@10ksloc.org <unknown>
       Date:   Thu, 20 Jul 2006 15:40:41 +0200
       
       added yet another CUTOMIZE tag
       
       Diffstat:
         M main.c                              |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/main.c b/main.c
       @@ -84,7 +84,9 @@ xerrorstart(Display *dsply, XErrorEvent *ee)
        /* extern */
        
        char stext[1024];
       +/* CUSTOMIZE */
        int tsel = Tdev; /* default tag */
       +/* END CUSTOMIZE */
        int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
        Atom wmatom[WMLast], netatom[NetLast];
        Bool running = True;