dotfiles/config/.config/zellij/layouts/default.kdl

23 lines
475 B
Plaintext
Raw Normal View History

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="journald" {
pane command="sudo" {
args "journalctl" "-f"
}
}
2023-06-04 00:05:50 +02:00
tab name="fowarded logs" {
pane command="ssh" {
args "jas@logs.local"
}
2023-06-04 00:05:50 +02:00
}
tab
}