mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-10 07:02:44 +02:00
docs(schema): update schema.json
This commit is contained in:
+19
@@ -1131,6 +1131,25 @@
|
|||||||
"type": "integer",
|
"type": "integer",
|
||||||
"format": "int32"
|
"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": {
|
"wallpaper": {
|
||||||
"description": "Specify a wallpaper for this monitor",
|
"description": "Specify a wallpaper for this monitor",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
|||||||
Reference in New Issue
Block a user