Files
dotfiles-new/dotfiles/zellij/layouts/default.kdl
T

35 lines
705 B
KDL

layout {
default_tab_template {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
children
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
}
tab name="keeper" {
pane split_direction="vertical" {
pane borderless=false command="keeper" {
args "ssh-agent start"
}
}
}
tab name="Main" {
pane split_direction="vertical" {
pane
pane split_direction="horizontal" {
pane
pane
}
}
}
tab name="Second" {
pane split_direction="vertical" {
pane
}
}
}