home/.config/i3/trees/3term.json

60 lines
834 B
JSON

{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"percent": 0.6,
"swallows": [
{
"class": "^Mate-terminal$"
}
],
"type": "con"
}
{
"border": "pixel",
"floating": "auto_off",
"layout": "splitv",
"percent": 0.4,
"type": "con",
"nodes": [
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 368,
"width": 606,
"x": 0,
"y": 0
},
"percent": 0.6,
"swallows": [
{
"class": "^Mate-terminal$"
}
],
"type": "con"
},
{
"border": "normal",
"current_border_width": 2,
"floating": "auto_off",
"geometry": {
"height": 368,
"width": 606,
"x": 0,
"y": 0
},
"percent": 0.4,
"swallows": [
{
"class": "^Mate-terminal$"
}
],
"type": "con"
}
]
}