mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-30 22:13:39 +00:00
40 lines
816 B
YAML
40 lines
816 B
YAML
|
---
|
||
|
template:
|
||
|
direction: Horizontal
|
||
|
parts:
|
||
|
- direction: Vertical
|
||
|
borderless: true
|
||
|
split_size:
|
||
|
Fixed: 1
|
||
|
run:
|
||
|
plugin:
|
||
|
location: "zellij:tab-bar"
|
||
|
- direction: Vertical
|
||
|
body: true
|
||
|
- direction: Vertical
|
||
|
borderless: true
|
||
|
split_size:
|
||
|
Fixed: 2
|
||
|
run:
|
||
|
plugin:
|
||
|
location: "zellij:status-bar"
|
||
|
|
||
|
tabs:
|
||
|
- direction: Vertical
|
||
|
name: "jupyterlab"
|
||
|
focus: true
|
||
|
parts:
|
||
|
- direction: Vertical
|
||
|
run:
|
||
|
command:
|
||
|
{
|
||
|
cmd: fish,
|
||
|
args: ["-C", "cd ~/Downloads/pgp && ./container.fish"],
|
||
|
}
|
||
|
- direction: Vertical
|
||
|
name: "shell"
|
||
|
parts:
|
||
|
- direction: Vertical
|
||
|
run:
|
||
|
command: { cmd: fish, args: ["-C", "cd ~/Downloads/pgp"] }
|