aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvis-clipboard4
1 files changed, 2 insertions, 2 deletions
diff --git a/vis-clipboard b/vis-clipboard
index c5fcc29..bd2c0fb 100755
--- a/vis-clipboard
+++ b/vis-clipboard
@@ -98,11 +98,11 @@ vc_wlclipboard_paste() {
}
vc_xsel_copy() {
- xsel --"$sel" -bi
+ xsel --"$sel" -i
}
vc_xsel_paste() {
- xsel --"$sel" -bo
+ xsel --"$sel" -o
}
vc_xclip_copy() {