summaryrefslogtreecommitdiff
path: root/bin/guiscripts/clipo
blob: 866e99e0f4e2c23fe5a427c8675f38cd3356433e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
[ "$1" = "-p" ] &&
    i='primary' ||
    j="c"

if [ "$WAYLAND_DISPLAY" ]
then wl-paste -n "$1"
else xclip -o -sel ${j:-p}
fi