aboutsummaryrefslogtreecommitdiff
path: root/lib/keyringer/actions/xclip
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2022-08-19 12:19:01 -0300
committerSilvio Rhatto <rhatto@riseup.net>2022-08-19 12:19:01 -0300
commit0ccb3e0511f492eb5fb5dfb9729489c6fb9fa0ab (patch)
tree075797f8d6ecc12a4b6d51c6cbee464d4aa976f3 /lib/keyringer/actions/xclip
parent605e747eee231ebb364aa84a3a54cb3e362e5efa (diff)
parent0bce87704b1ca134880067942e3eb64f548a0e32 (diff)
downloadkeyringer-0ccb3e0511f492eb5fb5dfb9729489c6fb9fa0ab.tar.gz
keyringer-0ccb3e0511f492eb5fb5dfb9729489c6fb9fa0ab.tar.bz2
New upstream version 0.5.8upstream_keyringer_0.5.8
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