fix: map types for `Layout`
ci/woodpecker/pr/docker-build Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/test Pipeline failed Details
ci/woodpecker/pr/build-and-run Pipeline failed Details

This commit is contained in:
Aire-One 2023-10-08 17:35:09 +02:00
parent 544e3b5c71
commit 93dd7e2e7b
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,10 @@ local capi_class <const>: { string : Node } = {
name = "Client",
module_path = "awful.client",
},
Layout = {
name = "Layout",
module_path = "awful.layout",
},
Screen = {
name = "Screen",
module_path = "awful.screen",

View File

@ -11,6 +11,7 @@ local type_map <const>: { string : string } = {
["gears.surface"] = "Surface",
image = "Image",
int = "integer",
layout = "Layout",
screen = "Screen",
shape = gears_shape_function,
surface = "Surface",