mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-04 07:20:09 +05:30
16 lines
353 B
KDL
16 lines
353 B
KDL
|
|
layout {
|
||
|
|
pane split_direction="vertical" {
|
||
|
|
pane command="nvim" focus=true name="Editor" size="60%" {
|
||
|
|
args "."
|
||
|
|
}
|
||
|
|
pane split_direction="horizontal" name="terminal" {
|
||
|
|
pane name="Git" command="lazygit"
|
||
|
|
pane name="Terminal" size="25%"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
pane size=1 borderless=true {
|
||
|
|
plugin location="zellij:compact-bar"
|
||
|
|
}
|
||
|
|
}
|