diff options
| -rwxr-xr-x | vis-clipboard | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vis-clipboard b/vis-clipboard index 4efefbb..c5fcc29 100755 --- a/vis-clipboard +++ b/vis-clipboard @@ -91,9 +91,9 @@ vc_wlclipboard_copy() { vc_wlclipboard_paste() { if [ "$sel" = "primary" ]; then - wl-paste --primary -t text + wl-paste --no-newline --primary -t text else - wl-paste -t text + wl-paste --no-newline -t text fi } |
