dwm-meillo
diff main.c @ 146:f328ce9c558c
centralized/externalized configuration to config.h
author | arg@10ksloc.org |
---|---|
date | Tue, 01 Aug 2006 13:59:13 +0200 |
parents | c1185dc7a36e |
children | 93012e947eae |
line diff
1.1 --- a/main.c Tue Aug 01 12:41:38 2006 +0200 1.2 +++ b/main.c Tue Aug 01 13:59:13 2006 +0200 1.3 @@ -85,9 +85,7 @@ 1.4 /* extern */ 1.5 1.6 char stext[1024]; 1.7 -/* CUSTOMIZE */ 1.8 -int tsel = Tdev; /* default tag */ 1.9 -/* END CUSTOMIZE */ 1.10 +int tsel = DEFTAG; 1.11 int screen, sx, sy, sw, sh, bx, by, bw, bh, mw; 1.12 Atom wmatom[WMLast], netatom[NetLast]; 1.13 Bool running = True;