michalvankodev-site/.zellij/dev-layout.kdl

30 lines
662 B
Plaintext
Raw Normal View History

2024-02-27 22:53:08 +01:00
layout {
pane split_direction="vertical" focus=true {
pane edit="src/main.rs"
pane split_direction="horizontal" size=60 {
just { args "server_dev"; }
just { args "test"; }
}
}
pane_template name="just" {
command "just"
start_suspended true
}
floating_panes {
pane {
command "just"
args "tailwind"
2024-08-16 20:22:19 +02:00
}
pane {
command "just"
args "decap_server"
2024-02-27 22:53:08 +01:00
}
}
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
2024-03-13 19:14:10 +01:00
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
2024-02-27 22:53:08 +01:00
}