Skip to content

Commit 383a6c8

Browse files
authored
TerminalFont (Linux): support termite terminal (#1588)
currently developed termite fork: https://github.com/aperezdc/termite
1 parent 8e79fde commit 383a6c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/detection/terminalfont/terminalfont_linux.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,4 +475,6 @@ void ffDetectTerminalFontPlatform(const FFTerminalResult* terminal, FFTerminalFo
475475
else if(ffStrbufStartsWithIgnCaseS(&terminal->processName, "Terminal"))
476476
detectHaikuTerminal(terminalFont);
477477
#endif
478+
else if(ffStrbufStartsWithIgnCaseS(&terminal->processName, "termite"))
479+
detectFromConfigFile("termite/config", "font =", terminalFont);
478480
}

0 commit comments

Comments
 (0)