aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/actions/xclip
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-08-19 12:17:46 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-08-19 12:17:46 -0300
commite608e752fc2f0c36b457803ed3d85edcc24e5c31 (patch)
tree3d13e290d8bd7882de27979d481ade17b37bd6be /lib/keyringer/actions/xclip
parent65301e5129d9776a39de4e83d3f76be4c4d8749b (diff)
parent0bce87704b1ca134880067942e3eb64f548a0e32 (diff)
downloadkeyringer-e608e752fc2f0c36b457803ed3d85edcc24e5c31.tar.gz
keyringer-e608e752fc2f0c36b457803ed3d85edcc24e5c31.tar.bz2
Merge branch 'develop'
Diffstat (limited to 'lib/keyringer/actions/xclip')
-rwxr-xr-xlib/keyringer/actions/xclip2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/keyringer/actions/xclip b/lib/keyringer/actions/xclip
index f63fdb5..0e36dae 100755
--- a/lib/keyringer/actions/xclip
+++ b/lib/keyringer/actions/xclip
@@ -20,7 +20,7 @@ clip() {
# Avoid "Error: target STRING not available"
# https://github.com/astrand/xclip/issues/38
- echo "$RANDOM" | $xclip
+ echo "$RANDOM" | $xclip &> /dev/null
# Copy text into clipboard
echo -n "$1" | $xclip