JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added pointer warps on kb-driven/manage-driven focus
[dwm.git] / dev.c
diff --git a/dev.c b/dev.c
index 7e815ec..221715e 100644 (file)
--- a/dev.c
+++ b/dev.c
@@ -3,7 +3,7 @@
  * See LICENSE file for license details.
  */
 
-#include "wm.h"
+#include "dwm.h"
 
 #include <stdlib.h>
 #include <string.h>
@@ -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 };