[Linux] Replace urxvt with termite

This commit is contained in:
2017-05-22 18:29:23 -07:00
parent 4d978e8a33
commit ae8c515d6c
3 changed files with 51 additions and 1 deletions

View File

@@ -92,6 +92,8 @@ main = do
fallbackIcons _ klass
| "URxvt" `isInfixOf` klass =
IIFilePath $ resourcesDirectory "urxvt.png"
| "Termite" `isInfixOf` klass =
IIFilePath $ resourcesDirectory "urxvt.png"
| "Kodi" `isInfixOf` klass = IIFilePath $ resourcesDirectory "kodi.png"
| otherwise = IIColor (0xFF, 0xFF, 0, 0xFF)
myGetIconInfo = windowTitleClassIconGetter False fallbackIcons