24 lines
299 B
Plaintext
24 lines
299 B
Plaintext
|
self = false
|
||
|
|
||
|
globals = {
|
||
|
"screen",
|
||
|
"mouse",
|
||
|
"root",
|
||
|
"client"
|
||
|
}
|
||
|
|
||
|
read_globals = {
|
||
|
"awesome",
|
||
|
"button",
|
||
|
"dbus",
|
||
|
"drawable",
|
||
|
"drawin",
|
||
|
"key",
|
||
|
"keygrabber",
|
||
|
"mousegrabber",
|
||
|
"selection",
|
||
|
"tag",
|
||
|
"window",
|
||
|
"table.unpack",
|
||
|
"math.atan2",
|
||
|
}
|