On 2008-02-23, Alte <[EMAIL PROTECTED]> wrote:
>         local wg = tf:attach_new({type = "WGroupCW", switchto = t.switchto})
>         local opt = {type = "WTiling", name = c, dir = "horizontal",
...
>         local ws = wg:attach_new(opt)

You can not create empty WGroupCWs. (Consider loading a saved layout
without the old client windows (CQW) to be found. These types of 
groups have been tuned for groups as client window containers.) 
What you probably want is WGroupWS (groups tuned for workspace 
usage). Also, you're doing things the clumsy way by repeated
attach_new. You can simply include the second layout in the
first attach_new: managed = { opt }.

-- 
Tuomo

Reply via email to