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

This commit is contained in:
Michael Mandl 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

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