mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-22 08:38:33 +02:00
feat(config): add monitor index prefs to static
This commit adds an "monitor_index_preferences" key to the static config schema, which was missed during the initial rollout of the static configuration files. To help with testing, these indexes have also been exposed on the State struct. resolve #522
This commit is contained in:
10
schema.json
10
schema.json
@@ -154,6 +154,16 @@
|
||||
"$ref": "#/definitions/IdWithIdentifier"
|
||||
}
|
||||
},
|
||||
"monitor_index_preferences": {
|
||||
"description": "Set monitor index preferences",
|
||||
"type": [
|
||||
"object",
|
||||
"null"
|
||||
],
|
||||
"additionalProperties": {
|
||||
"$ref": "#/definitions/Rect"
|
||||
}
|
||||
},
|
||||
"monitors": {
|
||||
"description": "Monitor and workspace configurations",
|
||||
"type": [
|
||||
|
||||
Reference in New Issue
Block a user