dotfiles/i3/i3/workspace-chat.json

94 lines
2.4 KiB
JSON

// vim:ts=4:sw=4:et
{
"border": "pixel",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1033,
"width": 956,
"x": 1366,
"y": 45
},
"marks": [],
"name": "Element",
"percent": 0.5,
"swallows": [
{
"class": "^Element$",
// "instance": "^element$",
// "title": "^Element\\ \\|\\ Familie$",
"window_role": "^browser\\-window$"
}
],
"type": "con"
}
{
// splitv split container with 2 children
"border": "pixel",
"floating": "auto_off",
"layout": "splitv",
"marks": [],
"percent": 0.5,
"type": "con",
"nodes": [
{
// splith split container with 1 children
"border": "pixel",
"floating": "auto_off",
"layout": "splith",
"marks": [],
"percent": 0.5,
"type": "con",
"nodes": [
{
"border": "pixel",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 524,
"width": 1916,
"x": 1368,
"y": 25
},
"marks": [],
"name": "Telegram",
"percent": 1,
"swallows": [
{
"class": "^TelegramDesktop$",
// "instance": "^telegram\\-desktop$",
"title": "^Telegram$"
}
],
"type": "con"
}
]
},
{
"border": "pixel",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 1033,
"width": 1916,
"x": 1368,
"y": 45
},
"marks": [],
"name": "Rocket Chat",
"percent": 0.5,
"swallows": [
{
"class": "^Rocket\\.Chat$",
// "instance": "^rocket\\.chat$",
// "title": "^Chat\\ der\\ Uni\\ Würzburg$",
"window_role": "^browser\\-window$"
}
],
"type": "con"
}
]
}