aboutsummaryrefslogtreecommitdiff
path: root/vis-copy
diff options
context:
space:
mode:
Diffstat (limited to 'vis-copy')
-rwxr-xr-xvis-copy2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-copy b/vis-copy
index 80d1a07..d820d79 100755
--- a/vis-copy
+++ b/vis-copy
@@ -1,7 +1,7 @@
#!/bin/sh
if [ ! -z "$DISPLAY" ]; then
- exec xsel -i
+ exec xsel -ib
elif type pbcopy >/dev/null 2>&1; then
exec pbcopy
else