mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
Fix mute output of "xclip -h"
This commit is contained in:
parent
af6f380c31
commit
3edf145fe8
@ -3,7 +3,7 @@
|
|||||||
# The famous "get a menu of emojis to copy" script.
|
# The famous "get a menu of emojis to copy" script.
|
||||||
|
|
||||||
# Must have xclip installed to even show menu.
|
# 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)
|
chosen=$(grep -v "#" ~/.local/share/larbs/emoji | dmenu -i -l 20 -fn Monospace-18)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user