# HG changeset patch
# User Anselm R. Garbe <garbeam@wmii.de>
# Date 1152784171 -7200
# Node ID a36f95a4841aebee5e0bcdd4cc35cdd6ffa83df3
# Parent  9891788229381e370b5b1ebcf51f3ed144ae56dd
changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;)


diff -r 989178822938 -r a36f95a4841a client.c
--- a/client.c	Thu Jul 13 11:43:05 2006 +0200
+++ b/client.c	Thu Jul 13 11:49:31 2006 +0200
@@ -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 -r 989178822938 -r a36f95a4841a dev.c
--- a/dev.c	Thu Jul 13 11:43:05 2006 +0200
+++ b/dev.c	Thu Jul 13 11:49:31 2006 +0200
@@ -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 };