From 090eaca7cd2e99293da8c334317bbb0fcb05fbaa Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sun, 24 Mar 2024 12:31:04 +0100 Subject: Dotfiles: Tmux: Use my own tmux-yank to work on x11 and wayland --- dotfiles/tmux.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/tmux.conf b/dotfiles/tmux.conf index 2c66a60..4491778 100644 --- a/dotfiles/tmux.conf +++ b/dotfiles/tmux.conf @@ -54,13 +54,12 @@ set -g @catppuccin_flavour 'mocha' set -g @continuum-restore 'on' set -g @continuum-save-interval 4 set -g @yank_selection 'primary' -set -g @override_copy_command 'xclip' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'christoomey/vim-tmux-navigator' set -g @plugin 'dreamsofcode-io/catppuccin-tmux' -set -g @plugin 'tmux-plugins/tmux-yank' +set -g @plugin 'baitinq/tmux-yank' #has https://github.com/tmux-plugins/tmux-yank/pull/177 set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @plugin 'alexwforsythe/tmux-which-key' -- cgit 1.4.1