diff --git a/komorebi-core/src/config_generation.rs b/komorebi-core/src/config_generation.rs index 8233f66e..9136b46d 100644 --- a/komorebi-core/src/config_generation.rs +++ b/komorebi-core/src/config_generation.rs @@ -100,7 +100,7 @@ impl ApplicationConfigurationGenerator { if let Some(float_identifiers) = app.float_identifiers { for float in float_identifiers { let float_rule = format!( - "Run, komorebic.exe float-rule {}, {}, , Hide", + "Run, komorebic.exe float-rule {} {}, , Hide", float.kind, float.id );