diff --git a/scripts/helpers.sh b/scripts/helpers.sh index 66beeec..160a9ad 100644 --- a/scripts/helpers.sh +++ b/scripts/helpers.sh @@ -149,7 +149,7 @@ clipboard_copy_command() { elif command_exists "clip.exe"; then # WSL clipboard command echo "cat | clip.exe" elif command_exists "wl-copy"; then # wl-clipboard: Wayland clipboard utilities - echo "wl-copy" + echo "wl-copy --type text/plain" elif command_exists "xsel"; then local xsel_selection if [[ $mouse == "true" ]]; then