WIP: awesomerc.tl should work #85

Draft
Aire-One wants to merge 40 commits from feat/#58 into master
1 changed files with 1 additions and 0 deletions
Showing only changes of commit ec2c7870a2 - Show all commits

View File

@ -27,6 +27,7 @@ local type_map <const>: { string : string } = {
template = "table",
["true"] = "boolean", -- Either Teal should support literal types or maybe Awesome should use booleans instead of true
["wibox.container"] = "table",
["wibox.drawable"] = "Drawable",
["wibox.layout"] = "table",
widget = "wibox.widget",