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