* See LICENSE file for license details.
*/
-#include "wm.h"
+#include "dwm.h"
#include <stdlib.h>
#include <string.h>
/********** 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 };