diff options
Diffstat (limited to '.scripts/showclip')
| -rwxr-xr-x | .scripts/showclip | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.scripts/showclip b/.scripts/showclip deleted file mode 100755 index 38be25a..0000000 --- a/.scripts/showclip +++ /dev/null @@ -1,6 +0,0 @@ -#!/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)" |
