removed DEFTAG
59502861
3 file(s) · +2 −4
| 7 | 7 | const char *tags[] = { "work", "net", "fnord", NULL }; |
|
| 8 | 8 | ||
| 9 | 9 | #define DEFMODE dotile /* dofloat */ |
|
| 10 | - | #define DEFTAG 0 /* index */ |
|
| 11 | 10 | #define TFONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" |
|
| 12 | 11 | #define FONT "-*-snap-*-*-*-*-*-*-*-*-*-*-*-*" |
|
| 13 | 12 | #define BGCOLOR "#0d121d" |
| 4 | 4 | */ |
|
| 5 | 5 | ||
| 6 | 6 | #define TAGS \ |
|
| 7 | - | const char *tags[] = { "0", "1", "2", "3", "4", NULL }; |
|
| 7 | + | const char *tags[] = { "1", "2", "3", "4", "0", NULL }; |
|
| 8 | 8 | ||
| 9 | 9 | #define DEFMODE dotile /* dofloat */ |
|
| 10 | - | #define DEFTAG 1 /* index */ |
|
| 11 | 10 | #define FONT "fixed" |
|
| 12 | 11 | #define BGCOLOR "#666699" |
|
| 13 | 12 | #define FGCOLOR "#eeeeee" |
| 241 | 241 | ||
| 242 | 242 | for(ntags = 0; tags[ntags]; ntags++); |
|
| 243 | 243 | seltag = emallocz(sizeof(Bool) * ntags); |
|
| 244 | - | seltag[DEFTAG] = True; |
|
| 244 | + | seltag[0] = True; |
|
| 245 | 245 | ||
| 246 | 246 | /* style */ |
|
| 247 | 247 | dc.bg = getcolor(BGCOLOR); |