layout {
    default_tab_template {
        pane size=1 borderless=true {
            plugin location="zellij:tab-bar"
        }
        children
        pane size=2 borderless=true {
            plugin location="zellij:status-bar"
        }
    }
    tab focus=true {
        pane split_direction="vertical" {
            pane name="xplr" focus=true command="xplr"
            pane split_direction="horizontal" {
                pane name="bacon" command="bacon"
                pane
            }
        }
    }
    tab {
        pane name="serve" command="just" {
            args "serve"
        }
    }
}