feat(ferdium): replace mattermost and allow whatsApp

This commit is contained in:
catvayor 2025-04-09 13:16:00 +02:00
parent d7fdc06406
commit 4a1e6f59ee
Signed by: lbailly
GPG key ID: CE3E645251AC63F3
2 changed files with 3 additions and 5 deletions

View file

@ -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 = [

View file

@ -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;