#!/bin/sh# Give dmenu list of all unicode characters to copy.# Shows the selected character in dunst if running.# Source settings from .bemenurc
.$HOME/.bemenurc
chosen=$(grep-v"#"~/.emoji|bemenu-i-l25$BEMENU_OPTIONS)if[-z$chosen];thenexit0fic=$(echo"$chosen"|sed"s/ .*//")echo"$c"|tr-d'\n'|wl-copy
notify-send"'$c' copied to clipboard."