Added ghostty to the window titles. (#706)

This commit is contained in:
Jas Singh
2025-01-09 23:21:06 -08:00
committed by GitHub
parent df847f46be
commit 1812193658

View File

@@ -49,6 +49,7 @@ export const getWindowMatch = (client: AstalHyprland.Client): Record<string, str
['tilix', '', 'Tilix'], ['tilix', '', 'Tilix'],
['xterm', '', 'XTerm'], ['xterm', '', 'XTerm'],
['urxvt', '', 'URxvt'], ['urxvt', '', 'URxvt'],
['com.mitchellh.ghostty', '󰊠', 'Ghostty'],
['st', '', 'st Terminal'], ['st', '', 'st Terminal'],
// Development Tools // Development Tools