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 :)

-- 
GCS/IT/M d- s+:- a--- C++ UL+++ US UB++ P+++ L+++ E--- W+ N+ o--
K- w--- O M-- V PS+ PE- Y+ PGP+++ t+ 5 X+ R tv+ b++ DI+++ D+++ G+
e- h! r y+

    Gregor Best

Attachment: signature.asc
Description: PGP signature

Reply via email to