From 7d3910024be0ccb7df8beb0e51ad40b0f3b46d96 Mon Sep 17 00:00:00 2001 From: Chun Li Date: Tue, 14 Apr 2026 22:22:44 -0700 Subject: [PATCH] Fix copy paste issues --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 6f9aec3..cdf0950 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -45,7 +45,7 @@ bind-key [ copy-mode bind-key ] paste-buffer if-shell '[[ -n "$WAYLAND_DISPLAY" ]]' \ 'bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "wl-copy --foreground"' \ - 'bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -selection clipboard"' + 'bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -display $DISPLAY -selection clipboard -in"' bind-key -T copy-mode-vi v send-keys -X begin-selection # Status Bar (Rosé Pine)