Remove dev.kdl

This commit is contained in:
Oliver Davies 2024-12-19 21:03:36 +00:00
parent b3ea00c227
commit e6501b0389

20
dev.kdl
View file

@ -1,20 +0,0 @@
layout {
pane split_direction="vertical" {
pane command="nvim" size="60%"
pane split_direction="horizontal" {
run name="Generate the website" { args "start"; }
run name="Run tests" { args "test"; }
run name="Publish the website" { args "publish"; }
}
}
pane size=1 borderless=true {
plugin location="zellij:compact-bar"
}
pane_template name="run" {
command "./run"
start_suspended true
}
}