jumpstart/templates/template_default.json

17 lines
341 B
JSON
Raw Normal View History

{
"fenetres":[
{
"name":"Code",
"dir":"~",
"dimensions_rel":"left half_width",
"command":"man ssh"
},
{
"name":"Run",
"dir":"~",
"dimensions_rel":"right top half_width half_height",
"command":"make"
}
]
}