diff --git a/dev.kdl b/dev.kdl new file mode 100644 index 0000000..4659e5f --- /dev/null +++ b/dev.kdl @@ -0,0 +1,13 @@ +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" + } +}