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

new_dwm
Anselm R. Garbe 18 years ago
parent 9e8b3258a0
commit 21553f9b4d

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

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

Loading…
Cancel
Save