My solution is not good. If I want to toggle the title bar, there is no title bar available.
Better:
awful.titlebar(c, {size = 14}):set_widget(layout)
if c.class == "Chromium" then
awful.titlebar.hide(c)
end
--
To unsubscribe, send mail to [email protected].
