summaryrefslogtreecommitdiff
path: root/bin/guiscripts/clipp
blob: c9e4f51db4391730b99568e551d76d1cea1d144b (plain)
1
2
3
4
5
6
#!/bin/sh
[ "$1" = "-p" ] && arg='primary'
if [ "$WAYLAND_DISPLAY" ]
then wl-copy -n $1
else xclip -selection "${arg:-clipboard}" -r
fi