mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
Add three layouts to the toolbar; add --layout <file> to the command line. The 3 defaults layouts are 2x2, 2x1, 1x2 GUI:
25 lines
494 B
JSON
25 lines
494 B
JSON
{
|
|
"Orientation": "Vertical",
|
|
"Widgets": [
|
|
{
|
|
"Orientation": "Horizontal",
|
|
"Widgets": [
|
|
{
|
|
"SessionRestoreId": 0
|
|
},
|
|
{
|
|
"SessionRestoreId": 0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Orientation": "Horizontal",
|
|
"Widgets": [
|
|
{
|
|
"SessionRestoreId": 0
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|