summaryrefslogtreecommitdiff
path: root/bin/extra/swapclip
blob: 25b9857162b145598c47b464f5f5a1df559469bf (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ "$WAYLAND_DISPLAY" ]
then
	paste="$(wl-paste)"
	wl-paste -p | wl-copy -n
	printf "%s" "$paste" | wl-copy -p -n
fi