update dmenuunicode and remove _my_ path to emojis.txt file
This commit is contained in:
parent
5e1f06c1ab
commit
cc32c3062b
@ -5,7 +5,7 @@
|
||||
# Must have xclip installed to even show menu.
|
||||
xclip -h >/dev/null || exit
|
||||
|
||||
emojifile="/home/christian/.config/i3/scripts/emojis.txt"
|
||||
emojifile="emojis.txt"
|
||||
|
||||
chosen=$(grep -v "#" $emojifile | dmenu -i -l 20 -fn 'Noto Color Emoji Mono-18')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user