I prefer two master windows by default 98afb7b9
Anselm R. Garbe · 2007-01-05 14:49 2 file(s) · +3 −3
config.arg.h +1 −1
19 19
20 20
#define MASTER			600		/* per thousand */
21 21
#define MODKEY			Mod1Mask
22 -
#define NMASTER			1		/* clients in master area */
22 +
#define NMASTER			2		/* clients in master area */
23 23
#define SNAP			40		/* pixel */
24 24
25 25
#define KEYS \
config.mk +2 −2
17 17
# flags
18 18
CFLAGS = -Os ${INCS} -DVERSION=\"${VERSION}\"
19 19
LDFLAGS = ${LIBS}
20 -
CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
21 -
LDFLAGS = -g ${LIBS}
20 +
#CFLAGS = -g -Wall -O2 ${INCS} -DVERSION=\"${VERSION}\"
21 +
#LDFLAGS = -g ${LIBS}
22 22
23 23
# Solaris
24 24
#CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"