We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f781f8d commit 22fa9b5Copy full SHA for 22fa9b5
1 file changed
src/detection/wm/wm_linux.c
@@ -169,9 +169,10 @@ static const char* getNiri(FFstrbuf* result)
169
"--version",
170
NULL
171
}) == NULL)
172
- { // niri 25.11 (b35bcae)
+ { // niri 25.11 (commit b35bcae)
173
ffStrbufSubstrAfterFirstC(result, ' ');
174
- ffStrbufSubstrBeforeLastC(result, ' ');
+ ffStrbufSubstrBeforeLastC(result, '(');
175
+ ffStrbufTrimRightSpace(result);
176
return NULL;
177
}
178
0 commit comments