awesomerc.lua-template/.luacheckrc

38 lines
441 B
Plaintext
Raw Normal View History

2024-10-22 12:07:18 +02:00
std = "lua54"
files[".luamonrc"].std.globals = {
"ext",
"lang",
}
include_files = {
".busted",
".luacheckrc",
".luamonrc",
"*.rockspec",
"src/",
}
read_globals = {
"awesome",
"button",
"dbus",
"drawable",
"drawin",
"key",
"keygrabber",
"mousegrabber",
"selection",
"tag",
"window",
"table.unpack",
"math.atan2",
}
globals = {
"screen",
"mouse",
"root",
"client",
}