From 80560594445e6f220479c2e2b917fbf931b74ab6 Mon Sep 17 00:00:00 2001
From: Jonathan Leech-Pepin <jonathan@leechpepin.com>
Date: Fri, 13 Jun 2025 13:07:15 -0400
Subject: [PATCH] Ensure zellij copies correctly

Tym doesn't auto-copy the expected way
---
 zellij/.config/zellij/config.kdl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zellij/.config/zellij/config.kdl b/zellij/.config/zellij/config.kdl
index 8320313..7384613 100644
--- a/zellij/.config/zellij/config.kdl
+++ b/zellij/.config/zellij/config.kdl
@@ -341,7 +341,7 @@ default_mode "locked"
 // that will be used by default if this option is not set.
 // Examples:
 //
-// copy_command "xclip -selection clipboard" // x11
+copy_command "xclip -selection clipboard" // x11
 // copy_command "wl-copy"                    // wayland
 // copy_command "pbcopy"                     // osx
 //