aboutsummaryrefslogtreecommitdiff
path: root/dot_tmux.conf
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2023-12-28 21:57:16 -0500
committerRyan Kavanagh <rak@rak.ac>2023-12-28 21:57:16 -0500
commit4ce7e4e5b4d1fbce45f2e1fca17903d0c7bf3a2e (patch)
tree630b73ac033def3349f3e34df77fcb911759f28c /dot_tmux.conf
parentdrop news.rc from neomutt (diff)
xsel -> wl-copy in tmux
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"