2 -- @author Julien Danjou <julien@danjou.info>
3 -- @copyright 2008-2009 Julien Danjou
6 --- awesome global table.
7 -- @field font The default font.
8 -- @field font_height The default font height.
9 -- @field fg The default foreground color.
10 -- @field bg The default background color.
11 -- @field version The version of awesome.
12 -- #field release The release name of awesome.
13 -- @field conffile The configuration file which has been loaded.
22 --- Execute another application, probably a window manager, to replace
24 -- @param cmd The command line to execute.
33 --- Add a global signal.
34 -- @param name A string with the event name.
35 -- @param func The function to call.
39 --- Remove a global signal.
40 -- @param name A string with the event name.
41 -- @param func The function to call.
42 -- @name remove_signal
45 --- Emit a global signal.
46 -- @param name A string with the event name.
47 -- @param ... Signal arguments.