blob: 5060cf7b4f909bdf8ed9c5c554a6811ce2e5077f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Default layout with tab-bar and status-bar at the top.
// Overrides zellij's built-in "default" layout when placed here.
layout {
pane size=1 borderless=true {
plugin location="zellij:tab-bar"
}
pane size=2 borderless=true {
plugin location="zellij:status-bar"
}
pane split_direction="vertical" {
pane
}
}
|