aboutsummaryrefslogtreecommitdiff
path: root/dot_tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dot_tmux.conf')
-rw-r--r--dot_tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_tmux.conf b/dot_tmux.conf
index 3daf5cb..90a88ac 100644
--- a/dot_tmux.conf
+++ b/dot_tmux.conf
@@ -55,7 +55,7 @@ set-window-option -g status-right "\"#H\" %H:%M %d-%b"
set -g default-terminal "screen-256color"
# move tmux copy buffer into x clipboard
-bind C-y save-buffer ~/.tmux-buffer \; run "xsel -i -b <~/.tmux-buffer && rm ~/.tmux-buffer"
+bind C-y save-buffer ~/.tmux-buffer \; run "wl-copy <~/.tmux-buffer && rm ~/.tmux-buffer"
#Copy CLIPBOARD to tmux paste buffer and paste tmux paste buffer
bind C-v run "tmux set-buffer -- \"$(xsel -o -b)\"; tmux paste-buffer"