27 lines
419 B
Plaintext
27 lines
419 B
Plaintext
layout {
|
|
cwd "~/projects/dave-dmg/"
|
|
tab_template name="ui" {
|
|
pane size=1 borderless=true {
|
|
plugin location="tab-bar"
|
|
}
|
|
children
|
|
}
|
|
|
|
ui name="edit" focus=true {
|
|
pane {
|
|
command "nvim"
|
|
}
|
|
}
|
|
|
|
ui name="dev" {
|
|
pane {
|
|
command "npm"
|
|
args "run" "dev"
|
|
}
|
|
}
|
|
|
|
ui name="term" {
|
|
pane
|
|
}
|
|
}
|