This commit is contained in:
wzy 2025-06-05 17:58:48 +08:00 committed by GitHub
commit 1893e60f69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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