29 lines
357 B
JSON
29 lines
357 B
JSON
{
|
|
"Lua.diagnostics.globals": [
|
|
// Globals defined by awesome
|
|
"root",
|
|
"awesome",
|
|
"client",
|
|
"screen",
|
|
"mouse",
|
|
"window",
|
|
|
|
// Globals defined in rc.lua
|
|
// Awesome modules
|
|
"gears",
|
|
"awful",
|
|
"naughty",
|
|
"beautiful",
|
|
"menubar",
|
|
"wibox",
|
|
// Misc
|
|
"conf_dir",
|
|
"req_rel",
|
|
"debug_message",
|
|
"config",
|
|
"core",
|
|
"modules"
|
|
|
|
]
|
|
}
|