From 8e6ff42794dc2b8b626c7d3387eb9fd74c8e5f03 Mon Sep 17 00:00:00 2001 From: kageru Date: Sat, 16 Oct 2021 12:11:10 +0200 Subject: [PATCH] Use wl-copy without pipe --- ppsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppsh b/ppsh index 080f2c3..a6a77c0 100755 --- a/ppsh +++ b/ppsh @@ -24,7 +24,7 @@ capture() { clipboard() { if [ -n WAYLAND_DISPLAY ]; then - echo "$1" | wl-copy + wl-copy "$1" else echo "$1" | xsel -b fi