diff --git a/src/detection/wm/wm_linux.c b/src/detection/wm/wm_linux.c index 6d7e7b8f7..1e8870f99 100644 --- a/src/detection/wm/wm_linux.c +++ b/src/detection/wm/wm_linux.c @@ -237,7 +237,7 @@ const char* ffDetectWMVersion(const FFstrbuf* wmName, FFstrbuf* result, FF_MAYBE if (!wmName) return "No WM detected"; - if (ffStrbufEqualS(wmName, "Hyprland")) + if (ffStrbufIgnCaseEqualS(wmName, "Hyprland")) return getHyprland(result); if (ffStrbufEqualS(wmName, "sway"))