From 31505f93f0537988b3386074065dd1c01d46e04b Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 29 Oct 2018 15:01:24 -0400 Subject: dmenu unicode script added --- .scripts/showclip | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .scripts/showclip (limited to '.scripts/showclip') diff --git a/.scripts/showclip b/.scripts/showclip new file mode 100755 index 0000000..38be25a --- /dev/null +++ b/.scripts/showclip @@ -0,0 +1,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)" -- cgit v1.3.1