changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;)
21553f9b
2 file(s) · +2 −2
| 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) |
| 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 }; |