19 lines
314 B
Plaintext
19 lines
314 B
Plaintext
layout {
|
|
pane size=1 borderless=true {
|
|
plugin location="tab-bar"
|
|
}
|
|
|
|
pane split_direction="vertical" {
|
|
pane
|
|
|
|
pane command="vendor/bin/sculpin" {
|
|
args "generate" "--server" "--watch"
|
|
start_suspended true
|
|
}
|
|
}
|
|
|
|
pane size=2 borderless=true {
|
|
plugin location="status-bar"
|
|
}
|
|
}
|