feat: thunderbird -> protonmail-desktop

This commit is contained in:
matt1432 2024-06-23 14:26:53 -04:00
parent 965466bf7e
commit beee9a7521
3 changed files with 5 additions and 12 deletions
modules/ags/config/ts/notifications

View file

@ -64,7 +64,7 @@ const NotificationIcon = (notif: NotifObj) => {
if (wmClass != null) {
iconCmd = (box) => {
if (!getDragState(box)) {
if (wmClass === 'thunderbird') {
if (wmClass === 'Proton Mail') {
Hyprland.messageAsync('dispatch ' +
'togglespecialworkspace thunder');
}