diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-07 19:35:29 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-05-07 19:35:29 +0200 |
commit | a4634fc2ad2b0139f54f6f9af272dab27c9c611d (patch) | |
tree | 0df940468fd8868bacf98f8e8179f091022a6985 /bin/guiscripts | |
parent | 638baf4214c341a4a98899639c7a54a9a4e94f9c (diff) |
don't copy trailing on imgclip
Diffstat (limited to 'bin/guiscripts')
-rwxr-xr-x | bin/guiscripts/imgclip | 4 |
1 files 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' |