Add --logfile /dev/null to the xsel command

This commit is contained in:
drake-on-mandrake 2017-03-07 19:37:42 -08:00 committed by Chris Down
parent db05c51942
commit 6facea933b

View file

@ -118,7 +118,7 @@ while sleep "${CLIPMENUD_SLEEP:-0.5}"; do
# We can't colocate this with the above copying code because
# https://github.com/cdown/clipmenu/issues/34 requires knowing if
# we would skip first.
xsel --logfile /dev/null -o --"$selection" | xsel -i --"$selection"
xsel --logfile /dev/null -o --"$selection" | xsel --logfile /dev/null -i --"$selection"
fi
done