29 lines
561 B
Plaintext
29 lines
561 B
Plaintext
layout {
|
|
name "gallery-dl"
|
|
cwd "/mnt/e/Windows/Documents/DataHoarding"
|
|
|
|
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 {
|
|
pane split_direction="vertical" {
|
|
size "50%"
|
|
pane
|
|
pane
|
|
}
|
|
|
|
pane split_direction="vertical" {
|
|
size "50%"
|
|
pane
|
|
pane
|
|
}
|
|
}
|
|
}
|