changed config.arg.h - I really need the 4th tag
84685091
2 file(s) · +2 −2
| 4 | 4 | */ |
|
| 5 | 5 | ||
| 6 | 6 | #define TAGS \ |
|
| 7 | - | const char *tags[] = { "work", "net", "fnord", NULL }; |
|
| 7 | + | const char *tags[] = { "dev", "work", "net", "fnord", NULL }; |
|
| 8 | 8 | ||
| 9 | 9 | #define DEFMODE dotile /* dofloat */ |
|
| 10 | 10 | #define FLOATSYMBOL "><>" |
| 1 | 1 | # dwm version |
|
| 2 | - | VERSION = 1.1 |
|
| 2 | + | VERSION = 1.2 |
|
| 3 | 3 | ||
| 4 | 4 | # Customize below to fit your system |
|
| 5 | 5 |