diff --git a/zellij/config.kdl b/zellij/config.kdl index e98e0ea..797f68b 100644 --- a/zellij/config.kdl +++ b/zellij/config.kdl @@ -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"