Emoji script performance.
This commit is contained in:
parent
fffb7ae41e
commit
46e5f7e56b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/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
|
[ -z "$chosen" ] && exit
|
||||||
|
|
||||||
if [ -n "$1" ]; then
|
if [ -n "$1" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue