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