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 wrap: on
line diff
--- a/main.c	Tue Aug 01 12:41:38 2006 +0200
+++ b/main.c	Tue Aug 01 13:59:13 2006 +0200
@@ -85,9 +85,7 @@
 /* extern */
 
 char stext[1024];
-/* CUSTOMIZE */
-int tsel = Tdev; /* default tag */
-/* END CUSTOMIZE */
+int tsel = DEFTAG;
 int screen, sx, sy, sw, sh, bx, by, bw, bh, mw;
 Atom wmatom[WMLast], netatom[NetLast];
 Bool running = True;