Added chats

This commit is contained in:
2020-11-23 16:12:05 +01:00
parent 719ee738f3
commit f588a7e5ee
2 changed files with 86 additions and 5 deletions

73
i3/workspace-chat.json Normal file
View File

@ -0,0 +1,73 @@
// vim:ts=4:sw=4:et
{
// tabbed split container with 3 children
"border": "normal",
"floating": "auto_off",
"layout": "tabbed",
"percent": null,
"type": "con",
"nodes": [
{
"border": "none",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1026,
"width": 560,
"x": 1680,
"y": 24
},
"name": "Telegram",
"percent": 0.333333333333333,
"swallows": [
{
"class": "^TelegramDesktop$",
"instance": "^telegram\\-desktop$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1002,
"width": 800,
"x": 2242,
"y": 46
},
"name": "Signal",
"percent": 0.333333333333333,
"swallows": [
{
"class": "^Signal$",
"instance": "^signal$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1002,
"width": 556,
"x": 2802,
"y": 46
},
"name": "Rocket Chat",
"percent": 0.333333333333333,
"swallows": [
{
"class": "^Rocket\\.Chat$",
"instance": "^rocket\\.chat$"
}
],
"type": "con"
}
]
}