From: arg@10ksloc.org Date: Thu, 20 Jul 2006 13:40:41 +0000 (+0200) Subject: added yet another CUTOMIZE tag X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=06dc514bc7327f1a2a35cb533bcf18715305da44 added yet another CUTOMIZE tag --- diff --git a/main.c b/main.c index d18cd0c..dc8a6e7 100644 --- 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;