changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;)

This commit is contained in:
Anselm R. Garbe 2006-07-13 11:49:31 +02:00
parent 9e8b3258a0
commit 21553f9b4d
2 changed files with 2 additions and 2 deletions

View file

@ -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)