Hi, i`m writing config to implement some of shifty's functionality (by
the way, Is shifty dead or alive nowdays?)
When awesome executes code like this to display tags in right order

        local tl = {}
-- mytags is table of  tag-information-items
        for i, t in ipairs(mytags) do
-- t.tag is awesomes`s tag
                if not (t.tag == nil) then
                        table.insert(tl, t.tag)
                end
        end
        screen[1]:tags(tl)

every tag's layout resets to 'floating'. Is it a bug?

-- 
С Уважением,
Сергей.

--
To unsubscribe, send mail to [email protected].

Reply via email to