diff --git a/GlazeWM.Domain/Windows/WindowService.cs b/GlazeWM.Domain/Windows/WindowService.cs index de5a311e7..c6deceb2e 100644 --- a/GlazeWM.Domain/Windows/WindowService.cs +++ b/GlazeWM.Domain/Windows/WindowService.cs @@ -183,6 +183,9 @@ public static bool IsHandleManageable(IntPtr handle) // TODO: Temporary fix for managing Flow Launcher until a force manage command is added. if (processName == "Flow.Launcher" && title == "Flow.Launcher") return true; + + if (processName == "Fluent Search" && title == "FluentSearch") + return true; } // Ignore windows that are hidden.