On Wed, Mar 04, 2009 at 09:32:32PM +0100, Gregor Best wrote:
> At Wed, 4 Mar 2009 18:01:53 -0200
> Matías Graña wrote:
>
> > Hi; I used to have things like
> >
> > tags[1][2] = tag({ name = "2:www", layout = "tile" })
> >
> > in my rc.lua, which worked fine. Now I switched to 3.2 and while name
> > works fine, layout does not. I get floating layout as default for this
> > tag. What should I change?
> >
> > Thanks,
>
> Layouts were transferred to Lua. You now set the layout via awful.layout.set,
> it works like this:
>
> awful.layout.set(awful.layout.suit.tile, tags[1][2])
>
> as always, check the default rc if yours doesn't work after an update, it
> always reflects the current syntax :)
>
Thanks! Now it works. But (there's always a but) it is not as neat as
before. Anyway, it works, and that's the important thing.
-- Matías
--
To unsubscribe, send mail to [email protected].