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:
parent
e0f8af8033
commit
4d45dbb644
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user