feat(wm): add configuration option for async window handling

Add configuration option for enabling/disabling the asynchronous window
handling. The feature might cause unforeseen issues, so by default it is
off. It can be enabled with setting the option async_window_handling to
true.
This commit is contained in:
Kuukunen
2025-04-24 13:58:41 +09:00
committed by Jeezy
parent 4ca2e8388b
commit f3f2098451
4 changed files with 48 additions and 17 deletions

View File

@@ -217,6 +217,10 @@
}
]
},
"async_window_handling": {
"description": "Use asynchronous window handling to avoid blocking the main thread when a window is not responding (default: false)",
"type": "boolean"
},
"bar_configurations": {
"description": "Komorebi status bar configuration files for multiple instances on different monitors",
"type": "array",