belowing code is a clip of my rc.lua , awesome version : 3.4.5
after I changed, I can not restart my awesome . ( syntax checked )

    -- Create a taglist widget
    mytaglist[s] = awful.widget.taglist(s, awful.widget.taglist.label.all, 
mytaglist.buttons)

    -- original tasklist
    -- Create a tasklist widget
    mytasklist[s] = awful.widget.tasklist(function(c)
                                              return 
awful.widget.tasklist.label.currenttags(c, s)
                                          end, mytasklist.buttons)
    -- wiki tasklist
    --  do not show icon on tasklist
    mytasklist_template = { { item = "title", bg_resize = true}, layout = 
layout.horizontal.leftright }
    mytasklist[s] = awful.widget.tasklist(s, 
awful.widget.tasklist.filter.currenttags, mytasklist.buttons, nil, 
mytasklist_template)

Thanks for your reply .

-- 
I try to detoxify my memory.    ---- http://about.me/Evanescence
Forget can not be treated as betray.
It's not certainly a love even though you  remember to the end of your life.

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

Reply via email to