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