1 2 3 4 5 6 7 8
#!/bin/sh if [ "$WAYLAND_DISPLAY" ] then paste="$(wl-paste)" wl-paste -p | wl-copy -n printf "%s" "$paste" | wl-copy -p -n fi