From 9fc080cf42a74b85ee9a1dff6433ea66562945dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sat, 24 Dec 2022 18:05:03 +0100 Subject: [PATCH] fix: remove birdtray + assign webcord --- hosts/neodymium/configuration.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index 87ad9da..a95e2e5 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -120,7 +120,6 @@ in { mpv feh - birdtray keepassxc x2goclient thunderbird @@ -360,7 +359,6 @@ in { startup = [ { command = "element-desktop"; } { command = "thunderbird"; } - { command = "birdtray"; } { command = "webcord"; } { command = '' @@ -374,6 +372,7 @@ in { } ]; assigns = { + "8" = [{ class = "^WebCord$"; }]; "9" = [{ class = "^Element$"; }]; "10" = [{ app_id = "thunderbird"; }]; };