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

21 lines
445 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="lnav-forwarded-logs"
}
tab
}