diff --git a/.gitmodules b/.gitmodules index c92162d..d1ea0cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "tmux/.tmux/plugins/tmux-yank"] path = tmux/.tmux/plugins/tmux-yank url = https://github.com/tmux-plugins/tmux-yank.git +[submodule "tmux/.tmux/plugins/extrakto"] + path = tmux/.tmux/plugins/extrakto + url = https://github.com/laktak/extrakto diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index f9c03f1..e498fe2 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -117,11 +117,15 @@ if-shell -b '[ "$(echo "$TMUX_VERSION > 2.9" | bc)" = 1 ]' " \ set-option -g message-style fg=colour187,bg='#000000'; \ " +# Set extrakto clip tool. Default is xclip. +set -g @extrakto_clip_tool "xsel --input --clipboard" + # Plugins run-shell '~/.tmux/plugins/tmux-resurrect/resurrect.tmux' run-shell '~/.tmux/plugins/tmux-continuum/continuum.tmux' run-shell '~/.tmux/plugins/tmux-yank/yank.tmux' run-shell '~/.tmux/plugins/tmux-copycat/copycat.tmux' run-shell '~/.tmux/plugins/tmux-open/open.tmux' +run-shell '~/.tmux/plugins/extrakto/extrakto.tmux' set -g @continuum-restore 'on' diff --git a/tmux/.tmux/plugins/extrakto b/tmux/.tmux/plugins/extrakto new file mode 160000 index 0000000..9c58dc4 --- /dev/null +++ b/tmux/.tmux/plugins/extrakto @@ -0,0 +1 @@ +Subproject commit 9c58dc47d8aa28e3c15576178b845c98770c4271