From 21553f9b4dc80a3afa0a76854dd2ae5ea5e1f4a1 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Thu, 13 Jul 2006 11:49:31 +0200 Subject: changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;) --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client.c') diff --git a/client.c b/client.c index 932b23e..f92ac26 100644 --- 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) -- cgit v1.2.3