Skip to content

Commit d203710

Browse files
committed
WM (FreeBSD): fix Hyprland version detection
1 parent 71faf1c commit d203710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/wm/wm_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ const char* ffDetectWMVersion(const FFstrbuf* wmName, FFstrbuf* result, FF_MAYBE
237237
if (!wmName)
238238
return "No WM detected";
239239

240-
if (ffStrbufEqualS(wmName, "Hyprland"))
240+
if (ffStrbufIgnCaseEqualS(wmName, "Hyprland"))
241241
return getHyprland(result);
242242

243243
if (ffStrbufEqualS(wmName, "sway"))

0 commit comments

Comments
 (0)