terminator/layout-files-examples/3-tabs-2-rows.json

27 lines
225 B
JSON
Raw Normal View History

{
"tab1": [
{
"command": "bash"
},
{
"command": "bash"
}
],
"tab2": [
{
"command": "bash"
},
{
"command": "bash"
}
],
"tab3": [
{
"command": "bash"
},
{
"command": "bash"
}
]
}