1 2 3 4 5 6
#!/bin/sh [ "$1" = "-p" ] && i='primary' j='-p' if [ "$WAYLAND_DISPLAY" ] then wl-copy -n $i else xsel ${j:--b} fi