doc note on emoji

This commit is contained in:
Luke Smith 2020-02-09 09:17:43 -05:00
parent dc92b9db4c
commit d8c4fbd0e9
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252

View file

@ -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