awful.titlebar: document modkey argument

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2009-02-02 09:51:28 +01:00
parent e0a5995fe6
commit ae6a598911
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ local data = otable()
--- Create a standard titlebar.
-- @param c The client.
-- @param args Arguments.
-- modkey: the modkey used for the bindings.
-- fg: the foreground color.
-- bg: the background color.
-- fg_focus: the foreground color for focused window.