21 lines
481 B
Plaintext
21 lines
481 B
Plaintext
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 name="Files" {
|
|
pane command="yazi" close_on_exit=true
|
|
}
|
|
tab name="tilde.team IRC" {
|
|
pane command="autossh" close_on_exit=true {
|
|
args "-M 0" "hyperreal@tilde.team"
|
|
}
|
|
}
|
|
tab
|
|
}
|