Use primary clipboard instead of system for Zellij

This commit is contained in:
Daniel Lynn 2025-04-24 13:32:56 -05:00
parent b0fecf1342
commit e3907a655c
Signed by: daniel
GPG Key ID: 28496A140E180A9D

View File

@ -1,11 +1,15 @@
// Choose the theme that is specified in the themes section.
// Default: default
//
// theme "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"