changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;) 21553f9b
Anselm R. Garbe · 2006-07-13 11:49 2 file(s) · +2 −2
client.c +1 −1
13 13
14 14
static void floating(void);
15 15
static void tiling(void);
16 -
static void (*arrange)(void) = tiling;
16 +
static void (*arrange)(void) = floating;
17 17
18 18
void
19 19
max(void *aux)
dev.c +1 −1
13 13
/********** CUSTOMIZE **********/
14 14
15 15
const char *term[] = { 
16 -
	"aterm", "-tr", "+sb", "-bg", "black", "-fg", "white", "-fn",
16 +
	"urxvtc", "-tr", "+sb", "-bg", "black", "-fg", "white", "-fn",
17 17
	"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*",NULL
18 18
};
19 19
const char *browse[] = { "firefox", NULL };