From 3d97c89e876e2274a2580af50f96a892cbf713ca Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 31 Dec 2023 04:58:33 +0000 Subject: [PATCH] fix typing for weird strings --- .local/bin/printclip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/printclip b/.local/bin/printclip index e36a650..10f846a 100755 --- a/.local/bin/printclip +++ b/.local/bin/printclip @@ -5,4 +5,4 @@ for (( i=1; i<4; i++ )); do sleep 1 done echo "Go!" -xdotool type $(xclip -o) +xclip -o | xdotool type --file -