TerminalFont (Linux): support termite terminal (#1588)

currently developed termite fork: https://github.com/aperezdc/termite
This commit is contained in:
koraynilay
2025-02-26 02:12:53 +01:00
committed by GitHub
parent 8e79fde0d9
commit 383a6c8a05
@@ -475,4 +475,6 @@ void ffDetectTerminalFontPlatform(const FFTerminalResult* terminal, FFTerminalFo
else if(ffStrbufStartsWithIgnCaseS(&terminal->processName, "Terminal"))
detectHaikuTerminal(terminalFont);
#endif
else if(ffStrbufStartsWithIgnCaseS(&terminal->processName, "termite"))
detectFromConfigFile("termite/config", "font =", terminalFont);
}