Emoji script performance.

This commit is contained in:
Bartek Stalewski 2022-01-19 13:00:28 +01:00
parent fffb7ae41e
commit 46e5f7e56b

View File

@ -1,6 +1,6 @@
#!/bin/sh
chosen=$(cut -d ';' -f1 ~/.local/share/emoji | dmenu -c -l 30 -i | sed "s/ .*//")
chosen=$(cut -d ';' -f1 ~/.local/share/emoji | dmenu -l 30 -i | sed "s/ .*//")
[ -z "$chosen" ] && exit
if [ -n "$1" ]; then