This commit is contained in:
2025-06-15 12:26:55 +02:00
parent b47e8e18d0
commit fa9b104f60
11 changed files with 65 additions and 86 deletions

View File

@ -1,29 +1,26 @@
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"; }
default_tab_template {
children
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
}
pane_template name="just" {
command "just"
start_suspended true
}
floating_panes {
pane {
command "just"
args "tailwind"
tab split_direction="vertical" focus=true {
pane {
just { args "server_dev"; }
just { args "test"; }
}
pane {
command "just"
args "decap_server"
pane {
just { args "tailwind"; }
just { args "decap_server"; }
}
}
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
tab
}