From ba7fbfd61b2f7893447e0fcbf569b46cd79d0793 Mon Sep 17 00:00:00 2001 From: Danny Oh Date: Fri, 11 Apr 2025 16:38:58 -0500 Subject: [PATCH] Update for wayland --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux.conf b/tmux.conf index eb3216d..71ddb9a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -27,7 +27,7 @@ bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel bind-key v copy-mode set -g set-clipboard on set -as terminal-feature ',*:clipboard' -set -s copy-command 'xsel -i -b' +set -s copy-command 'wl-copy' # vim style pane bind h select-pane -L