Add three layouts to the toolbar; add --layout <file> to the command line. The 3 defaults layouts are 2x2, 2x1, 1x2 GUI:wilder
parent
22e7a1aa3d
commit
29e86ddeb7
10 changed files with 198 additions and 12 deletions
@ -1,5 +1,6 @@ |
||||
|
||||
add_subdirectory( color-schemes ) |
||||
add_subdirectory( keyboard-layouts ) |
||||
add_subdirectory( layouts ) |
||||
|
||||
install( FILES konsole.knsrc DESTINATION ${KDE_INSTALL_KNSRCDIR}) |
||||
|
||||
@ -0,0 +1,24 @@ |
||||
{ |
||||
"Orientation": "Vertical", |
||||
"Widgets": [ |
||||
{ |
||||
"Orientation": "Horizontal", |
||||
"Widgets": [ |
||||
{ |
||||
"SessionRestoreId": 0 |
||||
} |
||||
] |
||||
}, |
||||
{ |
||||
"Orientation": "Horizontal", |
||||
"Widgets": [ |
||||
{ |
||||
"SessionRestoreId": 0 |
||||
}, |
||||
{ |
||||
"SessionRestoreId": 0 |
||||
} |
||||
] |
||||
} |
||||
] |
||||
} |
||||
@ -0,0 +1,24 @@ |
||||
{ |
||||
"Orientation": "Vertical", |
||||
"Widgets": [ |
||||
{ |
||||
"Orientation": "Horizontal", |
||||
"Widgets": [ |
||||
{ |
||||
"SessionRestoreId": 0 |
||||
}, |
||||
{ |
||||
"SessionRestoreId": 0 |
||||
} |
||||
] |
||||
}, |
||||
{ |
||||
"Orientation": "Horizontal", |
||||
"Widgets": [ |
||||
{ |
||||
"SessionRestoreId": 0 |
||||
} |
||||
] |
||||
} |
||||
] |
||||
} |
||||
@ -0,0 +1,27 @@ |
||||
{ |
||||
"Orientation": "Vertical", |
||||
"Widgets": [ |
||||
{ |
||||
"Orientation": "Horizontal", |
||||
"Widgets": [ |
||||
{ |
||||
"SessionRestoreId": 0 |
||||
}, |
||||
{ |
||||
"SessionRestoreId": 0 |
||||
} |
||||
] |
||||
}, |
||||
{ |
||||
"Orientation": "Horizontal", |
||||
"Widgets": [ |
||||
{ |
||||
"SessionRestoreId": 0 |
||||
}, |
||||
{ |
||||
"SessionRestoreId": 0 |
||||
} |
||||
] |
||||
} |
||||
] |
||||
} |
||||
@ -0,0 +1,6 @@ |
||||
install (FILES |
||||
1x2-terminals.json |
||||
2x1-terminals.json |
||||
2x2-terminals.json |
||||
DESTINATION |
||||
${KDE_INSTALL_DATADIR}/konsole) |
||||
Loading…
Reference in new issue