all repos — dwm @ 21553f9b4dc80a3afa0a76854dd2ae5ea5e1f4a1

my dwm build

changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;)
Anselm R. Garbe garbeam@wmii.de
Thu, 13 Jul 2006 11:49:31 +0200
commit

21553f9b4dc80a3afa0a76854dd2ae5ea5e1f4a1

parent

9e8b3258a06de01c53e60243ffe3419b47d016dd

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M client.cclient.c

@@ -13,7 +13,7 @@ #include "dwm.h"

static void floating(void); static void tiling(void); -static void (*arrange)(void) = tiling; +static void (*arrange)(void) = floating; void max(void *aux)
M dev.cdev.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 };