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