Skip to content

Commit 08f4c26

Browse files
committed
TerminalFont (Linux): support termite terminal
currently developed termite fork: https://github.com/aperezdc/termite
1 parent 8e79fde commit 08f4c26

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)