changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;)

This commit is contained in:
Anselm R. Garbe 2006-07-13 11:49:31 +02:00
parent 9e8b3258a0
commit 21553f9b4d
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@
static void floating(void);
static void tiling(void);
static void (*arrange)(void) = tiling;
static void (*arrange)(void) = floating;
void
max(void *aux)

2
dev.c
View File

@ -13,7 +13,7 @@
/********** CUSTOMIZE **********/
const char *term[] = {
"aterm", "-tr", "+sb", "-bg", "black", "-fg", "white", "-fn",
"urxvtc", "-tr", "+sb", "-bg", "black", "-fg", "white", "-fn",
"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*",NULL
};
const char *browse[] = { "firefox", NULL };