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 = "thunderbird"; }
|
||||
{ command = "mattermost-desktop"; }
|
||||
{ command = "signal-desktop --"; }
|
||||
{ command = "ferdium"; }
|
||||
{ command = ''sh -c "sleep 2 && exec keepassxc"''; }
|
||||
];
|
||||
assigns = {
|
||||
"1" = [ { app_id = "firefox"; } ];
|
||||
"9" = [ { app_id = "thunderbird"; } ];
|
||||
"10" = [
|
||||
{ class = "Mattermost"; }
|
||||
{ class = "Signal"; }
|
||||
{ class = "discord"; }
|
||||
{ class = "Element"; }
|
||||
{ app_id = "weechat"; }
|
||||
{ class = "Ferdium"; }
|
||||
];
|
||||
};
|
||||
bars = [
|
||||
|
|
|
@ -73,8 +73,8 @@
|
|||
|
||||
discord
|
||||
signal-desktop
|
||||
mattermost-desktop
|
||||
keepassxc
|
||||
ferdium
|
||||
];
|
||||
pointerCursor = {
|
||||
package = pkgs.breeze-hacked-cursor-theme;
|
||||
|
|
Loading…
Add table
Reference in a new issue