Add Zen browser to window titles and media. (#790)
Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -30,7 +30,7 @@ const getIconForPlayer = (playerName: string): string => {
|
||||
['Vivaldi', ''],
|
||||
['Waterfox', ''],
|
||||
['Thorium', ''],
|
||||
['Zen Browser', ''],
|
||||
['Mozilla zen', ''],
|
||||
['Floorp', ''],
|
||||
['(.*)', ''],
|
||||
];
|
||||
|
||||
@@ -61,6 +61,7 @@ export const getWindowMatch = (client: AstalHyprland.Client): Record<string, str
|
||||
['thorium', '', 'Thorium'],
|
||||
['tor-browser', '', 'Tor Browser'],
|
||||
['floorp', '', 'Floorp'],
|
||||
['zen', '', 'Zen Browser'],
|
||||
|
||||
// Terminals
|
||||
['gnome-terminal', '', 'GNOME Terminal'],
|
||||
|
||||
Reference in New Issue
Block a user