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 8e79fde commit 383a6c8Copy full SHA for 383a6c8
src/detection/terminalfont/terminalfont_linux.c
@@ -475,4 +475,6 @@ void ffDetectTerminalFontPlatform(const FFTerminalResult* terminal, FFTerminalFo
475
else if(ffStrbufStartsWithIgnCaseS(&terminal->processName, "Terminal"))
476
detectHaikuTerminal(terminalFont);
477
#endif
478
+ else if(ffStrbufStartsWithIgnCaseS(&terminal->processName, "termite"))
479
+ detectFromConfigFile("termite/config", "font =", terminalFont);
480
}
0 commit comments