Files
2026-03-25 13:41:16 +00:00

23 lines
311 B
KDL

layout {
default_tab_template {
children
pane size=1 borderless=true {
plugin location="zellij:compact-bar"
}
}
tab name="nvim + jjui" {
pane stacked=true {
pane command="nvim"
pane command="jjui"
}
}
tab name="pi + shell" {
pane stacked=true {
pane command="pi"
pane
}
}
}