32 lines
364 B
Lua
32 lines
364 B
Lua
std = "min"
|
|
|
|
include_files = {
|
|
".busted",
|
|
".luacheckrc",
|
|
"*.rockspec",
|
|
"src/",
|
|
}
|
|
|
|
read_globals = {
|
|
"awesome",
|
|
"button",
|
|
"dbus",
|
|
"drawable",
|
|
"drawin",
|
|
"key",
|
|
"keygrabber",
|
|
"mousegrabber",
|
|
"selection",
|
|
"tag",
|
|
"window",
|
|
"table.unpack",
|
|
"math.atan2",
|
|
}
|
|
|
|
globals = {
|
|
"screen",
|
|
"mouse",
|
|
"root",
|
|
"client",
|
|
}
|