JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
changed back to urxvt, dwm has no problems with it, because it doesn't use frame...
authorAnselm R. Garbe <garbeam@wmii.de>
Thu, 13 Jul 2006 09:49:31 +0000 (11:49 +0200)
committerAnselm R. Garbe <garbeam@wmii.de>
Thu, 13 Jul 2006 09:49:31 +0000 (11:49 +0200)
client.c
dev.c

index 932b23e..f92ac26 100644 (file)
--- a/client.c
+++ b/client.c
@@ -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)
diff --git a/dev.c b/dev.c
index d5726db..221715e 100644 (file)
--- a/dev.c
+++ b/dev.c
@@ -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 };