Fix mute output of "xclip -h"

This commit is contained in:
Linus K 2020-02-03 15:31:52 +01:00 committed by GitHub
parent af6f380c31
commit 3edf145fe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
# The famous "get a menu of emojis to copy" script.
# Must have xclip installed to even show menu.
xclip -h >/dev/null || exit
xclip -h 2>/dev/null || exit
chosen=$(grep -v "#" ~/.local/share/larbs/emoji | dmenu -i -l 20 -fn Monospace-18)