diff options
| -rw-r--r-- | tmux/tmux.conf | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tmux/tmux.conf b/tmux/tmux.conf index a7991d1..caf37e8 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -43,5 +43,5 @@ set-option -g status-left ""  set-option -g status-right ""  # Copy into system clipboard -set -s copy-command 'xclip -in -selection clipboard' +set -s copy-command 'wl-copy'  set -s set-clipboard off | 
