All translations

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)-- Show titlebars only if enabled.
if c.titlebars then 
   awful.titlebar.show(c)
else
   awful.titlebar.hide(c)
end