feat: thunderbird -> protonmail-desktop
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
965466bf7e
commit
beee9a7521
3 changed files with 5 additions and 12 deletions
|
@ -64,7 +64,7 @@ const NotificationIcon = (notif: NotifObj) => {
|
||||||
if (wmClass != null) {
|
if (wmClass != null) {
|
||||||
iconCmd = (box) => {
|
iconCmd = (box) => {
|
||||||
if (!getDragState(box)) {
|
if (!getDragState(box)) {
|
||||||
if (wmClass === 'thunderbird') {
|
if (wmClass === 'Proton Mail') {
|
||||||
Hyprland.messageAsync('dispatch ' +
|
Hyprland.messageAsync('dispatch ' +
|
||||||
'togglespecialworkspace thunder');
|
'togglespecialworkspace thunder');
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
[Added Associations]
|
[Added Associations]
|
||||||
application/pdf=firefox.desktop;
|
application/pdf=firefox.desktop;
|
||||||
text/x-java=nvim.desktop;
|
text/x-java=nvim.desktop;
|
||||||
x-scheme-handler/mailto=userapp-Thunderbird-9ME591.desktop;
|
|
||||||
x-scheme-handler/mid=userapp-Thunderbird-9ME591.desktop;
|
|
||||||
|
|
||||||
[Default Applications]
|
[Default Applications]
|
||||||
application/pdf=firefox.desktop;
|
application/pdf=firefox.desktop;
|
||||||
message/rfc822=userapp-Thunderbird-9ME591.desktop
|
|
||||||
text/x-java=nvim.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
|
x-scheme-handler/ror2mm=r2modman.desktop
|
||||||
|
|
|
@ -70,8 +70,7 @@ in {
|
||||||
hunspellDicts.en_CA
|
hunspellDicts.en_CA
|
||||||
|
|
||||||
# Apps
|
# Apps
|
||||||
thunderbird # TODO: use programs.thunderbird
|
protonmail-desktop
|
||||||
protonmail-bridge
|
|
||||||
spotifywm
|
spotifywm
|
||||||
photoqt
|
photoqt
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
@ -132,9 +131,8 @@ in {
|
||||||
"wl-paste --watch cliphist store"
|
"wl-paste --watch cliphist store"
|
||||||
|
|
||||||
"sleep 3; nextcloud --background"
|
"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"
|
"[workspace special:spot silent] spotify"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -148,7 +146,7 @@ in {
|
||||||
"move cursor -15 -10,^(com.nextcloud.desktopclient.nextcloud)$"
|
"move cursor -15 -10,^(com.nextcloud.desktopclient.nextcloud)$"
|
||||||
"size 400 581,^(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)$"
|
"workspace special:spot silent,^(Spotify)$"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -157,7 +155,7 @@ in {
|
||||||
|
|
||||||
"$mainMod SHIFT, C, exec, wl-color-picker"
|
"$mainMod SHIFT, C, exec, wl-color-picker"
|
||||||
|
|
||||||
"$mainMod, T, togglespecialworkspace, thunder"
|
"$mainMod, P, togglespecialworkspace, protonmail"
|
||||||
"$mainMod, S, togglespecialworkspace, spot"
|
"$mainMod, S, togglespecialworkspace, spot"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue