summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmenuunicode
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dmenuunicode')
-rwxr-xr-x.local/bin/dmenuunicode1
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/dmenuunicode b/.local/bin/dmenuunicode
index 1a14bf4..12240e7 100755
--- a/.local/bin/dmenuunicode
+++ b/.local/bin/dmenuunicode
@@ -9,6 +9,7 @@ chosen=$(cut -d ';' -f1 ~/.local/share/larbs/emoji | dmenu -i -l 20 | sed "s/ .*
[ "$chosen" != "" ] || exit
+# If you run this command with an argument, it will automatically insert the character.
if [ -n "$1" ]; then
xdotool key Shift+Insert
else