zellij-utils 0.44.2

A utility library for Zellij client and server
Documentation
---
source: zellij-utils/src/kdl/mod.rs
assertion_line: 5184
expression: serialized.to_string()
---

// Plugin aliases - can be used to change the implementation of Zellij
// changing these requires a restart to take effect
plugins {
    compact-bar location="zellij:compact-bar"
    filepicker location="zellij:strider" {
        cwd "/"
    }
    session-manager location="zellij:session-manager"
    status-bar location="zellij:status-bar"
    strider location="zellij:strider"
    tab-bar location="zellij:tab-bar"
    welcome-screen location="zellij:session-manager" {
        welcome_screen true
    }
}