37 lines
586 B
JSON
37 lines
586 B
JSON
|
// vim:ts=4:sw=4:et
|
||
|
{
|
||
|
"layout": "tabbed",
|
||
|
"type": "con",
|
||
|
"nodes": [
|
||
|
{
|
||
|
"name": "Telegram",
|
||
|
"swallows": [
|
||
|
{
|
||
|
"class": "^TelegramDesktop$"
|
||
|
}
|
||
|
],
|
||
|
"type": "con"
|
||
|
},
|
||
|
{
|
||
|
"name": "Signal",
|
||
|
"swallows": [
|
||
|
{
|
||
|
"class": "^Signal$"
|
||
|
}
|
||
|
],
|
||
|
"type": "con"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|
||
|
{
|
||
|
"name": "Slack",
|
||
|
"swallows": [
|
||
|
{
|
||
|
"class": "^Slack$"
|
||
|
}
|
||
|
],
|
||
|
"type": "con"
|
||
|
}
|
||
|
|