Mercurial > aewl
comparison client.c @ 44:a36f95a4841a
changed back to urxvt, dwm has no problems with it, because it doesn't use frame windows ;)
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Thu, 13 Jul 2006 11:49:31 +0200 |
parents | 989178822938 |
children | 7943c72e34eb |
comparison
equal
deleted
inserted
replaced
43:989178822938 | 44:a36f95a4841a |
---|---|
11 | 11 |
12 #include "dwm.h" | 12 #include "dwm.h" |
13 | 13 |
14 static void floating(void); | 14 static void floating(void); |
15 static void tiling(void); | 15 static void tiling(void); |
16 static void (*arrange)(void) = tiling; | 16 static void (*arrange)(void) = floating; |
17 | 17 |
18 void | 18 void |
19 max(void *aux) | 19 max(void *aux) |
20 { | 20 { |
21 if(!stack) | 21 if(!stack) |