mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user