mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-02 01:17:45 +02:00
correct height for dmenuunicode
This commit is contained in:
parent
fe29508867
commit
46c0a4785c
@ -8,7 +8,7 @@ xclip -h >/dev/null || exit
|
||||
if [ -e ~/.config/fontawesome ]; then
|
||||
chosen=$(grep -v "#" -h ~/.config/emoji ~/.config/fontawesome | dmenu -i -l 20 )
|
||||
else
|
||||
chosen=$(grep -v "#" ~/.config/emoji | dmenu -i -l 20 -fn Monospace-18)
|
||||
chosen=$(grep -v "#" ~/.config/emoji | dmenu -i -l 20 )
|
||||
fi
|
||||
|
||||
[ "$chosen" != "" ] || exit
|
||||
|
Loading…
x
Reference in New Issue
Block a user