dotfiles/.local/share/i3-layouts/chat.json
2023-07-18 14:33:49 +02:00

40 lines
908 B
JSON

{
"border": "normal",
"floating": "auto_off",
"layout": "splith",
"marks": [],
"percent": 1,
"type": "con",
"nodes": [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"marks": [],
"name": "nheko",
"percent": 0.5,
"swallows": [
{
"class": "^nheko$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"marks": [],
"name": "Discord",
"percent": 0.5,
"swallows": [
{
"title": "^.*- Discord$",
"class": "^discord$"
}
],
"type": "con"
}
]
}