From 14fa6dfcd18b0c36e64e1b8df204201952bd5794 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 17 Apr 2026 10:53:41 +0100 Subject: fix: use OSC 52 for clipboard instead of wl-copy System uses Xorg, not Wayland. OSC 52 is terminal-native and works on both X11 and Wayland without external tools. Alacritty supports it natively. Removes copy_command from zellij config (OSC 52 is the default when no copy_command is set). --- home/.config/zellij/config.kdl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'home/.config/zellij') diff --git a/home/.config/zellij/config.kdl b/home/.config/zellij/config.kdl index f3d3aa7..791b5cd 100644 --- a/home/.config/zellij/config.kdl +++ b/home/.config/zellij/config.kdl @@ -15,8 +15,7 @@ scroll_buffer_size 50000 // Clipboard: copy to system clipboard on selection copy_on_select true -// Use wl-copy for Wayland clipboard (fallback from OSC 52) -copy_command "wl-copy" +// Clipboard is handled via OSC 52 (terminal-native, no external tools needed) // Auto-attach to existing session with the same name instead of erroring attach_to_session true -- cgit v1.2.3-70-g09d2