feat: thunderbird -> protonmail-desktop
All checks were successful
Discord / discord commits (push) Has been skipped

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

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');
}

View file

@ -1,13 +1,8 @@
[Added Associations]
application/pdf=firefox.desktop;
text/x-java=nvim.desktop;
x-scheme-handler/mailto=userapp-Thunderbird-9ME591.desktop;
x-scheme-handler/mid=userapp-Thunderbird-9ME591.desktop;
[Default Applications]
application/pdf=firefox.desktop;
message/rfc822=userapp-Thunderbird-9ME591.desktop
text/x-java=nvim.desktop;
x-scheme-handler/mailto=userapp-Thunderbird-9ME591.desktop
x-scheme-handler/mid=userapp-Thunderbird-9ME591.desktop
x-scheme-handler/ror2mm=r2modman.desktop

View file

@ -70,8 +70,7 @@ in {
hunspellDicts.en_CA
# Apps
thunderbird # TODO: use programs.thunderbird
protonmail-bridge
protonmail-desktop
spotifywm
photoqt
nextcloud-client
@ -132,9 +131,8 @@ in {
"wl-paste --watch cliphist store"
"sleep 3; nextcloud --background"
"sleep 3; protonmail-bridge --noninteractive --log-level info"
"[workspace special:thunder silent] thunderbird"
"[workspace special:protonmail silent] proton-mail"
"[workspace special:spot silent] spotify"
];
@ -148,7 +146,7 @@ in {
"move cursor -15 -10,^(com.nextcloud.desktopclient.nextcloud)$"
"size 400 581,^(com.nextcloud.desktopclient.nextcloud)$"
"workspace special:thunder silent,^(thunderbird)$"
"workspace special:protonmail silent,^(Proton Mail)$"
"workspace special:spot silent,^(Spotify)$"
];
@ -157,7 +155,7 @@ in {
"$mainMod SHIFT, C, exec, wl-color-picker"
"$mainMod, T, togglespecialworkspace, thunder"
"$mainMod, P, togglespecialworkspace, protonmail"
"$mainMod, S, togglespecialworkspace, spot"
];
};