Translations:Tutorials/Using Other Window Managers with Plasma/85/en
Appearance
-- Show titlebars only if enabled. if c.titlebars then
awful.titlebar.show(c)
else
awful.titlebar.hide(c)
end
-- Show titlebars only if enabled. if c.titlebars then
awful.titlebar.show(c)
else
awful.titlebar.hide(c)
end