@ -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)
/********** 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 };