summaryrefslogtreecommitdiffstats
path: root/.scripts/showclip
blob: 38be25ab4f4d74e3bc013000ddc5925ac658eb89 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

# Display contents of selection via dunst if running.
# Separate script for i3.

pgrep -x dunst >/dev/null && notify-send "$(xclip -o -selection clipboard)"