2022-07-16 12:02:19 -07:00
|
|
|
{
|
2022-07-16 14:11:15 -07:00
|
|
|
"Lua.diagnostics.globals": [
|
2022-07-16 17:41:00 -07:00
|
|
|
// Globals defined by awesome
|
2022-07-16 14:11:15 -07:00
|
|
|
"root",
|
|
|
|
"awesome",
|
|
|
|
"client",
|
|
|
|
"screen",
|
|
|
|
"mouse",
|
2022-07-16 17:41:00 -07:00
|
|
|
|
|
|
|
// Globals defined in rc.lua
|
|
|
|
// Awesome modules
|
|
|
|
"gears",
|
|
|
|
"awful",
|
|
|
|
"naughty",
|
|
|
|
"beautiful",
|
|
|
|
"menubar",
|
|
|
|
"wibox",
|
|
|
|
// Misc
|
|
|
|
"conf_dir",
|
|
|
|
"req_rel",
|
|
|
|
"debug_message",
|
|
|
|
"conf",
|
|
|
|
"core",
|
|
|
|
"modules"
|
|
|
|
|
2022-07-16 14:11:15 -07:00
|
|
|
]
|
2022-07-16 12:02:19 -07:00
|
|
|
}
|