emojis file moved to config
This commit is contained in:
parent
b74acf2b3a
commit
0111667627
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
# Must have xclip installed to even show menu.
|
# Must have xclip installed to even show menu.
|
||||||
xclip -h >/dev/null || exit
|
xclip -h >/dev/null || exit
|
||||||
|
|
||||||
chosen=$(grep -v "#" ~/.emoji | dmenu -i -l 20 -fn Monospace-18)
|
chosen=$(grep -v "#" ~/.config/emoji | dmenu -i -l 20 -fn Monospace-18)
|
||||||
|
|
||||||
[ "$chosen" != "" ] || exit
|
[ "$chosen" != "" ] || exit
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue