mirror of
https://github.com/avinal/dotfiles.git
synced 2026-07-04 07:20:09 +05:30
47 lines
1.0 KiB
KDL
47 lines
1.0 KiB
KDL
|
|
layout {
|
||
|
|
pane split_direction="vertical" {
|
||
|
|
pane {
|
||
|
|
command "hx"
|
||
|
|
args "."
|
||
|
|
focus true
|
||
|
|
size "60%"
|
||
|
|
name "Editor"
|
||
|
|
}
|
||
|
|
pane stacked=true {
|
||
|
|
pane {
|
||
|
|
name "Terminal"
|
||
|
|
}
|
||
|
|
pane {
|
||
|
|
name "LazyGit"
|
||
|
|
command "lazygit"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
pane size=1 borderless=true {
|
||
|
|
plugin location="zellij:compact-bar"
|
||
|
|
}
|
||
|
|
|
||
|
|
swap_tiled_layout name="stacked" {
|
||
|
|
tab {
|
||
|
|
pane stacked=true {
|
||
|
|
pane {
|
||
|
|
command "hx"
|
||
|
|
args "."
|
||
|
|
focus true
|
||
|
|
name "Editor"
|
||
|
|
}
|
||
|
|
pane {
|
||
|
|
name "Terminal"
|
||
|
|
}
|
||
|
|
pane {
|
||
|
|
name "LazyGit"
|
||
|
|
command "lazygit"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
pane size=1 borderless=true {
|
||
|
|
plugin location="zellij:compact-bar"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|