Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
changed back to urxvt, dwm has no problems with it, because it doesn't use frame...
[dwm.git]
/
client.c
diff --git
a/client.c
b/client.c
index
932b23e
..
f92ac26
100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-13,7
+13,7
@@
static void floating(void);
static void tiling(void);
-static void (*arrange)(void) =
til
ing;
+static void (*arrange)(void) =
float
ing;
void
max(void *aux)