|
1 | 1 | layout {
|
2 |
| - pane split_direction="vertical" { |
3 |
| - pane name="launchpad" command="../ubuntu-launchpad/build-for-launchpad.sh" |
4 |
| - pane name="obs" command="../obs/build-for-obs.sh" |
5 |
| - } |
6 |
| - pane split_direction="vertical" { |
7 |
| - pane name="aur" command="aur/build-for-aur.sh" |
8 |
| - pane name="gentoo" command="gentoo/build-for-gentoo.sh" |
9 |
| - } |
10 |
| - pane split_direction="vertical" { |
11 |
| - pane name="slackware" command="slackware/build-for-slackware.sh" |
12 |
| - pane name="snap" command="snap/build-for-launchpad-snap.sh" |
13 |
| - } |
14 |
| - pane split_direction="vertical" { |
15 |
| - pane name="launchpad-qt6" command="../ubuntu-launchpad/build-for-launchpad-qt6.sh" |
16 |
| - pane focus=true |
| 2 | + pane split_direction="horizontal" { |
| 3 | + # Those need more space, because of the signature key entry dialog |
| 4 | + pane split_direction="vertical" { |
| 5 | + pane name="launchpad" command="../ubuntu-launchpad/build-for-launchpad.sh" |
| 6 | + pane name="launchpad-qt6" command="../ubuntu-launchpad/build-for-launchpad-qt6.sh" |
| 7 | + } |
| 8 | + pane split_direction="vertical" { |
| 9 | + pane name="obs" command="../obs/build-for-obs.sh" |
| 10 | + pane name="aur" command="aur/build-for-aur.sh" |
| 11 | + pane name="gentoo" command="gentoo/build-for-gentoo.sh" |
| 12 | + pane name="slackware" command="slackware/build-for-slackware.sh" |
| 13 | + pane name="snap" command="snap/build-for-launchpad-snap.sh" |
| 14 | + pane focus=true |
| 15 | + } |
17 | 16 | }
|
18 | 17 | pane size=1 borderless=true {
|
19 | 18 | plugin location="zellij:status-bar"
|
|
0 commit comments