From c2cc21d09dd5f4f2e4c1c41fe915e118b2e0e86b Mon Sep 17 00:00:00 2001 From: Eric Reeves Date: Sat, 2 Apr 2022 10:45:57 -0500 Subject: [PATCH] float-rule Syntax Error Fixed (#127) --- komorebi-core/src/config_generation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 );