From a4634fc2ad2b0139f54f6f9af272dab27c9c611d Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sun, 7 May 2023 19:35:29 +0200 Subject: don't copy trailing on imgclip --- bin/guiscripts/imgclip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/guiscripts/imgclip b/bin/guiscripts/imgclip index 710770b..466f2c6 100755 --- a/bin/guiscripts/imgclip +++ b/bin/guiscripts/imgclip @@ -3,8 +3,8 @@ tmppic="/tmp/imgclip.png" if [ "$WAYLAND_DISPLAY" ] then - clipo='wl-paste' - clipp='wl-copy' + clipo='wl-paste -n' + clipp='wl-copy -n' else clipo='xclip -o -selection clipboard -r' clipp='xclip -selection clipboard -r' -- cgit v1.2.3