1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-26 13:07:45 +01:00

dmenuunicode: fixed broken pipe

This commit is contained in:
tiyn 2023-08-14 02:34:23 +02:00
parent e0f8af8033
commit 4d45dbb644

View File

@ -5,7 +5,7 @@
# by lukesmithxyz, checkout github.com/lukesmithxyz/voidrice
# Must have xclip installed to even show menu.
xclip -h >/dev/null || exit
xclip -h > /dev/null 2>&1 || exit
if [ -e ~/.config/fontawesome ]; then
chosen=$(grep -v "#" -h ~/.config/emoji ~/.config/fontawesome | dmenu -i -l 20 )