i3: Changed chat workspace layout

This commit is contained in:
Julian Mutter 2021-07-21 08:19:45 +02:00
parent 80825915df
commit b27e71f228

View File

@ -1,22 +1,23 @@
// vim:ts=4:sw=4:et // vim:ts=4:sw=4:et
{ {
"border": "none", "border": "pixel",
"current_border_width": 2, "current_border_width": 2,
"floating": "auto_off", "floating": "auto_off",
"geometry": { "geometry": {
"height": 1026, "height": 1033,
"width": 560, "width": 956,
"x": 1680, "x": 1366,
"y": 24 "y": 45
}, },
"marks": [], "marks": [],
"name": "Telegram", "name": "Element | Familie",
"percent": 0.5, "percent": 0.5,
"swallows": [ "swallows": [
{ {
"class": "^TelegramDesktop$", "class": "^Element$",
"instance": "^telegram\\-desktop$" // "instance": "^element$",
// "title": "^Telegram\\ \\(18\\)$" // "title": "^Element\\ \\|\\ Familie$",
"window_role": "^browser\\-window$"
} }
], ],
"type": "con" "type": "con"
@ -24,7 +25,7 @@
{ {
// splitv split container with 2 children // splitv split container with 2 children
"border": "normal", "border": "pixel",
"floating": "auto_off", "floating": "auto_off",
"layout": "splitv", "layout": "splitv",
"marks": [], "marks": [],
@ -33,7 +34,7 @@
"nodes": [ "nodes": [
{ {
// splith split container with 1 children // splith split container with 1 children
"border": "normal", "border": "pixel",
"floating": "auto_off", "floating": "auto_off",
"layout": "splith", "layout": "splith",
"marks": [], "marks": [],
@ -41,60 +42,48 @@
"type": "con", "type": "con",
"nodes": [ "nodes": [
{ {
// splith split container with 1 children "border": "pixel",
"border": "normal", "current_border_width": 2,
"floating": "auto_off", "floating": "auto_off",
"layout": "splith", "geometry": {
"height": 524,
"width": 1916,
"x": 1368,
"y": 25
},
"marks": [], "marks": [],
"name": "Telegram",
"percent": 1, "percent": 1,
"type": "con", "swallows": [
"nodes": [ {
{ "class": "^TelegramDesktop$",
"border": "normal", // "instance": "^telegram\\-desktop$",
"current_border_width": 2, "title": "^Telegram$"
"floating": "auto_off", }
"geometry": { ],
"height": 1002, "type": "con"
"width": 800,
"x": 2242,
"y": 46
},
"marks": [],
"name": "Element",
"percent": 1,
"swallows": [
{
"class": "^Element$",
"instance": "^element$"
// "title": "^Element\\ \\|\\ Skipper$",
// "window_role": "^browser\\-window$"
}
],
"type": "con"
}
]
} }
] ]
}, },
{ {
"border": "normal", "border": "pixel",
"current_border_width": 2, "current_border_width": 2,
"floating": "auto_off", "floating": "auto_off",
"geometry": { "geometry": {
"height": 715, "height": 1033,
"width": 1366, "width": 1916,
"x": 183, "x": 1368,
"y": 396 "y": 45
}, },
"marks": [], "marks": [],
"name": "Rocket Chat", "name": "Chat der Uni Würzburg",
"percent": 0.5, "percent": 0.5,
"swallows": [ "swallows": [
{ {
"class": "^Rocket\\.Chat$", "class": "^Rocket\\.Chat$",
"instance": "^rocket\\.chat$" // "instance": "^rocket\\.chat$",
// "title": "^Chat\\ der\\ Uni\\ Würzburg$", // "title": "^Chat\\ der\\ Uni\\ Würzburg$",
// "window_role": "^browser\\-window$" "window_role": "^browser\\-window$"
} }
], ],
"type": "con" "type": "con"