22 lines
584 B
Plaintext
22 lines
584 B
Plaintext
// Choose the theme that is specified in the themes section.
|
|
// Default: default
|
|
theme "{{zellij_theme}}"
|
|
|
|
// The name of the default layout to load on startup
|
|
// Default: "default"
|
|
default_layout "compact"
|
|
|
|
// Choose the destination for copied text
|
|
// Allows using the primary selection buffer (on x11/wayland) instead of the system clipboard.
|
|
// Does not apply when using copy_command.
|
|
// Options:
|
|
// - system (default)
|
|
// - primary
|
|
copy_clipboard "primary"
|
|
|
|
// Toggle between having pane frames around the panes
|
|
// Options:
|
|
// - true (default)
|
|
// - false
|
|
pane_frames false
|