Introduction
Introduction Statistics Contact Development Disclaimer Help
tminor fix - dwm - [fork] customized build of dwm, the dynamic window manager
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 5a3a2d6b637a41125f9128722aa9cb4c8c97888b
parent a355782a7795c8c26a05e8bda1505ff46d5d0289
Author: Anselm R Garbe <[email protected]>
Date: Mon, 24 Mar 2008 14:24:57 +0000
minor fix
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/dwm.c b/dwm.c
t@@ -1480,7 +1480,7 @@ setmfact(const char *arg) {
return;
mfact = delta;
}
- arrange();
+ setgeom(geom->symbol);
}
void
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.