feat(ferdium): replace mattermost and allow whatsApp
This commit is contained in:
parent
d7fdc06406
commit
4a1e6f59ee
2 changed files with 3 additions and 5 deletions
|
@ -95,19 +95,17 @@
|
||||||
|
|
||||||
{ command = "discord"; }
|
{ command = "discord"; }
|
||||||
{ command = "thunderbird"; }
|
{ command = "thunderbird"; }
|
||||||
{ command = "mattermost-desktop"; }
|
|
||||||
{ command = "signal-desktop --"; }
|
{ command = "signal-desktop --"; }
|
||||||
|
{ command = "ferdium"; }
|
||||||
{ command = ''sh -c "sleep 2 && exec keepassxc"''; }
|
{ command = ''sh -c "sleep 2 && exec keepassxc"''; }
|
||||||
];
|
];
|
||||||
assigns = {
|
assigns = {
|
||||||
"1" = [ { app_id = "firefox"; } ];
|
"1" = [ { app_id = "firefox"; } ];
|
||||||
"9" = [ { app_id = "thunderbird"; } ];
|
"9" = [ { app_id = "thunderbird"; } ];
|
||||||
"10" = [
|
"10" = [
|
||||||
{ class = "Mattermost"; }
|
|
||||||
{ class = "Signal"; }
|
{ class = "Signal"; }
|
||||||
{ class = "discord"; }
|
{ class = "discord"; }
|
||||||
{ class = "Element"; }
|
{ class = "Ferdium"; }
|
||||||
{ app_id = "weechat"; }
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
bars = [
|
bars = [
|
||||||
|
|
|
@ -73,8 +73,8 @@
|
||||||
|
|
||||||
discord
|
discord
|
||||||
signal-desktop
|
signal-desktop
|
||||||
mattermost-desktop
|
|
||||||
keepassxc
|
keepassxc
|
||||||
|
ferdium
|
||||||
];
|
];
|
||||||
pointerCursor = {
|
pointerCursor = {
|
||||||
package = pkgs.breeze-hacked-cursor-theme;
|
package = pkgs.breeze-hacked-cursor-theme;
|
||||||
|
|
Loading…
Add table
Reference in a new issue