changed config.arg.h - I really need the 4th tag 84685091
Anselm R. Garbe · 2006-08-28 12:27 2 file(s) · +2 −2
config.arg.h +1 −1
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		"><>"
config.mk +1 −1
1 1
# dwm version
2 -
VERSION = 1.1
2 +
VERSION = 1.2
3 3
4 4
# Customize below to fit your system
5 5