minor fix - dwm - My fork of dwm (frankenstein's monster)
(HTM) git clone git://git.drkhsh.at/dwm.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 5a3a2d6b637a41125f9128722aa9cb4c8c97888b
(DIR) parent a355782a7795c8c26a05e8bda1505ff46d5d0289
(HTM) Author: Anselm R Garbe <garbeam@gmail.com>
Date: Mon, 24 Mar 2008 14:24:57 +0000
minor fix
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/dwm.c b/dwm.c
@@ -1480,7 +1480,7 @@ setmfact(const char *arg) {
return;
mfact = delta;
}
- arrange();
+ setgeom(geom->symbol);
}
void