# HG changeset patch # User arg@10ksloc.org # Date 1153402841 -7200 # Node ID 1489f6b97714ce83b115f81cea22677a529a2a33 # Parent b4b8b4236599a6f193da28ba88f83c403266426b added yet another CUTOMIZE tag diff -r b4b8b4236599 -r 1489f6b97714 main.c --- a/main.c Thu Jul 20 15:17:52 2006 +0200 +++ b/main.c Thu Jul 20 15:40:41 2006 +0200 @@ -84,7 +84,9 @@ /* 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;