mirror of
https://codeberg.org/hyperreal/dotfiles
synced 2024-11-02 09:13:08 +01:00
31 lines
663 B
Plaintext
31 lines
663 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="btop" {
|
|
pane command="btop"
|
|
}
|
|
tab name="journald" {
|
|
pane command="sudo" {
|
|
args "journalctl" "-f"
|
|
}
|
|
}
|
|
tab name="hyperreal.coffee" {
|
|
pane command="mosh" {
|
|
args "jas@hyperreal.coffee"
|
|
}
|
|
}
|
|
tab name="coldharbour.local" {
|
|
pane command="mosh" {
|
|
args "jas@coldharbour.local"
|
|
}
|
|
}
|
|
tab
|
|
}
|