scripts/helpers.sh: support wayclip

This commit is contained in:
Wu, Zhenyu 2025-06-05 17:58:23 +08:00
parent acfd36e4fc
commit 49670f3b47
No known key found for this signature in database
GPG key ID: 0E07E1F8C0EC10AD

View file

@ -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