aboutsummaryrefslogtreecommitdiff
path: root/vis-paste
diff options
context:
space:
mode:
Diffstat (limited to 'vis-paste')
-rwxr-xr-xvis-paste2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-paste b/vis-paste
index 232da2e..a934e63 100755
--- a/vis-paste
+++ b/vis-paste
@@ -1,7 +1,7 @@
#!/bin/sh
if [ ! -z "$DISPLAY" ]; then
- exec xsel -o
+ exec xsel -ob
elif type pbpaste >/dev/null 2>&1; then
exec pbpaste
else