#!/bin/sh grep -v "#" $HOME/.local/bin/emoji_list | dmenu -i -z 800 -bw 4 -c -l 20 | awk '{print $1}' | tr -d '\n' | xclip -selection clipboard pgrep -x dunst >/dev/null && notify-send "$(xclip -o -selection clipboard) Copied!"