Re: [dev] Initialize layouts

2010-10-22 Thread Scott
Hm, well I copy pasted it from a site, so I don't know:/ On 10/22/10, Bert Münnich wrote: > Correct me if I'm wrong, but isn't m->lts[0] for the "zero"-tag, i.e. > the one which gets activated by pressing Alt-0 and displays all tags? > > On Fri, Oct 22, 2010 at 04:52:56PM +0200, Scott wrote: >> I

Re: [dev] Initialize layouts

2010-10-22 Thread Bert Münnich
Correct me if I'm wrong, but isn't m->lts[0] for the "zero"-tag, i.e. the one which gets activated by pressing Alt-0 and displays all tags? On Fri, Oct 22, 2010 at 04:52:56PM +0200, Scott wrote: > I have got dwm configured with the push,cycle,resize and pertag > patches, but now I'd like every sin

[dev] Initialize layouts

2010-10-22 Thread Scott
I have got dwm configured with the push,cycle,resize and pertag patches, but now I'd like every single tag to have it's own default layout. I've tried to following, but it doesn't work correct. /* init layouts */ for(m = mons; m; m = m->next) { for(i=0; i < LENGTH(tags) + 1; i++) { m->lt