From: Anselm R Garbe Date: Mon, 24 Mar 2008 14:24:57 +0000 (+0000) Subject: minor fix X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=5a3a2d6b637a41125f9128722aa9cb4c8c97888b;ds=sidebyside minor fix --- diff --git a/dwm.c b/dwm.c index d264e48..ed7fc0d 100644 --- a/dwm.c +++ b/dwm.c @@ -1480,7 +1480,7 @@ setmfact(const char *arg) { return; mfact = delta; } - arrange(); + setgeom(geom->symbol); } void