Files
konsole/data/layouts/2x1-terminals.json
Lucas Biaggi 29e86ddeb7 Add ability to load/save session layouts(split views) and add default layouts
Add three layouts to the toolbar; add --layout <file> to the command line.
The 3 defaults layouts are 2x2, 2x1, 1x2

GUI:
2021-04-24 21:30:11 +00:00

25 lines
494 B
JSON

{
"Orientation": "Vertical",
"Widgets": [
{
"Orientation": "Horizontal",
"Widgets": [
{
"SessionRestoreId": 0
},
{
"SessionRestoreId": 0
}
]
},
{
"Orientation": "Horizontal",
"Widgets": [
{
"SessionRestoreId": 0
}
]
}
]
}