X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=d4fd0d5bfcb8cb666329aec7c69536126b8b962a;hp=37eb299067676c15743485bd590f9295b2662481;hb=446fa8c67117e14e0e9c2a08f83dfa5bed69ea18;hpb=fa244aa7fbcb438193b17111724640be244543ad diff --git a/dwm.c b/dwm.c index 37eb299..d4fd0d5 100644 --- a/dwm.c +++ b/dwm.c @@ -1432,8 +1432,7 @@ setup(void) { sw = DisplayWidth(dpy, screen); sh = DisplayHeight(dpy, screen); bh = dc.font.height + 2; - - /* update geometry */ + mfact = MFACT; updategeom(); /* init atoms */ @@ -1727,7 +1726,6 @@ updategeom(void) { wh = sh - bh; /* master area geometry */ - mfact = MFACT; mx = wx; my = wy; mw = mfact * ww;