18 lines
386 B
Plaintext
18 lines
386 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="tilde.team IRC" {
|
|
pane command="autossh" {
|
|
args "-M 0" "hyperreal@tilde.team"
|
|
}
|
|
}
|
|
tab
|
|
}
|