Skip to content

Commit

Permalink
Added ghostty to the window titles. (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jas-SinghFSU authored Jan 10, 2025
1 parent df847f4 commit 1812193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/bar/modules/window_title/helpers/title.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const getWindowMatch = (client: AstalHyprland.Client): Record<string, str
['tilix', '', 'Tilix'],
['xterm', '', 'XTerm'],
['urxvt', '', 'URxvt'],
['com.mitchellh.ghostty', '󰊠', 'Ghostty'],
['st', '', 'st Terminal'],

// Development Tools
Expand Down

0 comments on commit 1812193

Please sign in to comment.