fix: remove birdtray + assign webcord
This commit is contained in:
parent
0a517b2b98
commit
9fc080cf42
|
@ -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"; }];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue