diff options
Diffstat (limited to '.local/bin/unicode_emoji')
| -rwxr-xr-x | .local/bin/unicode_emoji | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/unicode_emoji b/.local/bin/unicode_emoji index 415a268..91ff6fe 100755 --- a/.local/bin/unicode_emoji +++ b/.local/bin/unicode_emoji @@ -10,4 +10,4 @@ chosen=$(cut -d ';' -f1 ~/.local/share/emoji | dmenu -i -l 30 | sed "s/ .*//") xdotool type "$chosen" printf "$chosen" | xclip -selection clipboard -notify-send "'$chosen' copied to clipboard." &
\ No newline at end of file +notify-send "'$chosen' copied to clipboard." & |
