14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
layout {
|
|
pane split_direction="vertical" {
|
|
pane command="nvim" size="60%"
|
|
|
|
pane split_direction="horizontal" {
|
|
pane command="./run" { args "start"; }
|
|
}
|
|
}
|
|
|
|
pane size=1 borderless=true {
|
|
plugin location="zellij:compact-bar"
|
|
}
|
|
}
|