diff --git a/lib/awful/titlebar.lua.in b/lib/awful/titlebar.lua.in index 1bda9dad..805ac718 100644 --- a/lib/awful/titlebar.lua.in +++ b/lib/awful/titlebar.lua.in @@ -57,7 +57,7 @@ end -- bg: the background color. -- fg_focus: the foreground color for focused window. -- fg_focus: the background color for focused window. --- width: the titlebar width +-- height: the titlebar height function add(c, args) if not c or (c.type ~= "normal" and c.type ~= "dialog") then return end if not args then args = {} end