Re: [dev] [dwm] pertag and bstack for 5.6 release

2009-07-20 Thread Sidney Amani
ine for me as well. Regards -- Sidney Amani

[dev] dwm with top and bottom bar

2009-07-20 Thread 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

Re: [dev] dwm pertag_5.7

2009-09-29 Thread 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

Re: [dev] [dwm] pertag and struct Monitor issues

2009-09-29 Thread 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

Re: [dev] [dwm] pertag and struct Monitor issues

2009-09-30 Thread Sidney Amani
to this. > I agree, and it wouldn't work when mixing patches. -- Sidney Amani