docs(schema): update schema.json

This commit is contained in:
LGUG2Z
2025-04-13 09:37:13 -07:00
parent 8ef1bcf26e
commit 6608e5a5bb

View File

@@ -1131,6 +1131,25 @@
"type": "integer",
"format": "int32"
},
"floating_layer_behaviour": {
"description": "Determine what happens to a new window when the Floating workspace layer is active (default: Tile)",
"oneOf": [
{
"description": "Tile new windows (unless they match a float rule)",
"type": "string",
"enum": [
"Tile"
]
},
{
"description": "Float new windows",
"type": "string",
"enum": [
"Float"
]
}
]
},
"wallpaper": {
"description": "Specify a wallpaper for this monitor",
"type": "object",