#!/bin/sh
xpick | tr -d '\n' | xclip
notify-send $(xclip -o)
