dotfiles/i3/workspace-chat.json
2020-11-23 16:12:05 +01:00

74 lines
1.8 KiB
JSON

// 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"
}
]
}