feat(i3): auto-start/place element and whatsapp

main
mandlm 2022-07-07 09:24:47 +02:00
parent 723841443d
commit 29af43eb76
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
2 changed files with 19 additions and 1 deletions

View File

@ -62,7 +62,7 @@
{ command = "slack"; notification = false; }
{ command = "telegram-desktop"; notification = false; }
{ command = "thunderbird"; notification = false; }
# { command = "zoom"; notification = false; }
{ command = "whatsapp-for-linux"; notification = false; }
];
assigns = {

View File

@ -20,6 +20,24 @@
}
],
"type": "con"
},
{
"name": "Element",
"swallows": [
{
"class": "^Element$"
}
],
"type": "con"
},
{
"name": "Whatsapp",
"swallows": [
{
"class": "^Whatsapp-for-linux$"
}
],
"type": "con"
}
]
}