summaryrefslogtreecommitdiff
path: root/bin/guiscripts/clipo
blob: e554c24134da08d521de6cccb98f4ff0e72e2047 (plain)
1
2
3
4
5
6
#!/bin/sh
[ "$1" = "-p" ] && i='primary' j="-p"
if [ "$WAYLAND_DISPLAY" ]
then wl-paste -n "$1"
else xsel -o ${j:--b}
fi