mirror of
https://github.com/tmux-plugins/tmux-yank.git
synced 2026-09-10 07:36:17 -04:00
scripts/helpers.sh: support wayclip
This commit is contained in:
parent
acfd36e4fc
commit
49670f3b47
|
|
@ -148,6 +148,8 @@
|
|||
fi
|
||||
elif command_exists "clip.exe"; then # WSL clipboard command
|
||||
echo "cat | clip.exe"
|
||||
elif command_exists "waycopy"; then # wayclip: Wayland clipboard utilities
|
||||
echo "waycopy"
|
||||
elif command_exists "wl-copy"; then # wl-clipboard: Wayland clipboard utilities
|
||||
echo "wl-copy"
|
||||
elif command_exists "xsel"; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue