ine for me as well.
Regards
--
Sidney Amani
,9 @@
m->wh = m->mh;
if(m->showbar) {
m->wh -= bh;
+m->wh -= marginbottom;
+if(!m->topbar)
+ m->wy += marginbottom;
m->by = m->topbar ? m->wy : m->wy + m->wh;
m->wy = m->topbar ? m->wy + bh : m->wy;
}
Enjoy
--
Sidney Amani
I pushed it last night should work with the 5.7.2
I forgot to let ml users know sorry for that.
--
Sidney Amani
2009/9/29 Tadeusz SoĊnierz :
> And so I run out of ideas. Is there any
> other way than moving this struct to config.h?
I guess you can include gaplessgrid.h in dwm.c right after Monitor
structure declaration.
--
Sidney Amani
to this.
>
I agree, and it wouldn't work when mixing patches.
--
Sidney Amani