Quick Start for zjframes
mainzjframes is used to toggle pane frames based on specific conditions (like search or fullscreen) even without loading the full zjstatus statusbar.
Unlike zjstatus, zjframes should be loaded in the load_plugins section of your Zellij config.kdl so that it runs in the background.
Example configuration for config.kdl:
// Plugins to load in the background when a new session starts
load_plugins {
"file:~/path/to/zjframes.wasm" {
hide_frame_for_single_pane "true"
hide_frame_except_for_search "true"
hide_frame_except_for_scroll "true"
hide_frame_except_for_fullscreen "true"
}
}