guIDE/guIDE.json

25 lines
485 B
JSON

{ "layout": "tabbed",
"type": "con",
"nodes": [
{ "type": "con",
"swallows": [{ "class": "^Xfce4-terminal$", "title": "^shell$" }]
},
{ "layout": "splitv",
"type": "con",
"nodes": [
{ "percent": 0.7,
"swallows": [
{ "class": "^Gvim$" }
]
},
{ "percent": 0.3,
"swallows": [
{ "class": "^Xfce4-terminal$",
"title": "^repl$" }
]
}
]
}
]
}