summaryrefslogtreecommitdiff
path: root/bin/guiscripts/clipp
blob: c3ee8f21cb452bb86828087e8b5e12b4936c5891 (plain)
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