summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-02-09 09:17:43 -0500
committerLuke Smith <luke@lukesmith.xyz>2020-02-09 09:17:43 -0500
commitd8c4fbd0e9ff58f434dc6bc0d96d2daabe3de569 (patch)
tree0044f67b73ff7fe531371efd28f3c6bf398054f7
parentdc92b9db4c57679c1bb7e7bc914ee7bf83dd894e (diff)
downloadeibhear-d8c4fbd0e9ff58f434dc6bc0d96d2daabe3de569.tar.gz
eibhear-d8c4fbd0e9ff58f434dc6bc0d96d2daabe3de569.tar.zst
eibhear-d8c4fbd0e9ff58f434dc6bc0d96d2daabe3de569.zip
doc note on emoji
-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