chore(release): v0.1.27

This commit is contained in:
LGUG2Z
2024-06-19 14:52:54 -07:00
parent 83cc7bf7c0
commit a511cbd263
16 changed files with 98 additions and 16 deletions
+11 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "StaticConfig",
"description": "The `komorebi.json` static configuration file reference for `v0.1.26`",
"description": "The `komorebi.json` static configuration file reference for `v0.1.27`",
"type": "object",
"properties": {
"app_specific_configuration_path": {
@@ -1183,6 +1183,16 @@
}
}
},
"transparency": {
"description": "Add transparency to unfocused windows (default: false)",
"type": "boolean"
},
"transparency_alpha": {
"description": "Alpha value for unfocused window transparency [[0-255]] (default: 200)",
"type": "integer",
"format": "uint8",
"minimum": 0.0
},
"tray_and_multi_window_applications": {
"description": "Identify tray and multi-window applications",
"type": "array",