From ae6a598911c2e1429d41e4c7be82408501f6d5ea Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 2 Feb 2009 09:51:28 +0100 Subject: [PATCH] awful.titlebar: document modkey argument Signed-off-by: Julien Danjou --- lib/awful/titlebar.lua.in | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/awful/titlebar.lua.in b/lib/awful/titlebar.lua.in index 6abfc0d5..84d4f38d 100644 --- a/lib/awful/titlebar.lua.in +++ b/lib/awful/titlebar.lua.in @@ -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.