feat(wm): add window debugging

This commit adds support for debugging windows and emitting information
about how they go through komorebi's decision making pipeline and rules
engines which ultimately decide how they are or aren't managed.
This commit is contained in:
LGUG2Z
2024-04-15 15:05:18 -07:00
parent 6fe46610fc
commit 1671f31e3e
11 changed files with 134 additions and 43 deletions

View File

@@ -173,6 +173,7 @@ pub enum SocketMessage {
SocketSchema,
StaticConfigSchema,
GenerateStaticConfig,
DebugWindow(isize),
}
impl SocketMessage {