In awesome 3.5 there is no awful.titlebar.add anymore. But I figured it out: After the lines
local titlebars_enabled = true
if titlebars_enabled and (c.type == "normal" or c.type == "dialog") then
I just added
if c.class == "Chromium" then
return
end
--
To unsubscribe, send mail to [email protected].
