#!/bin/sh emoji="$(cat $HOME/.local/share/emoji | dmenu -p "Select Emoji: " -l 15 | cut -d' ' -f1)" echo "$emoji" | tr "\n" " " | xclip -sel c