summaryrefslogtreecommitdiff
path: root/.local/bin/unicode_emoji
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-02-03 12:57:22 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-02-03 12:57:22 +0530
commita3bad57a59b857febb72d6ae68b46e51e2165c0d (patch)
tree95620344bac47f36c6bffd51c9c10221f85a5221 /.local/bin/unicode_emoji
parentfbebef7bee701894994208f3da023d0aac5810d4 (diff)
mounter, unmounter, profile, sbar
Diffstat (limited to '.local/bin/unicode_emoji')
-rwxr-xr-x.local/bin/unicode_emoji2
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." &