From 7e60913ee3a04b7bc0dfc287eedfd021d9add85c Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Sun, 13 Mar 2022 06:19:23 +0200 Subject: [PATCH] Using xsel in boop a bit better --- common/boop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/boop.sh b/common/boop.sh index 0d329f5..d6ca269 100755 --- a/common/boop.sh +++ b/common/boop.sh @@ -9,6 +9,6 @@ if [ ! -f "/usr/bin/xsel" ]; then fi url=$(curl -F"file=@$1" $remote) -echo "$url" | tr -d '\n' | xsel -ib +echo "$url" | tr -d '\n' | xsel -ib -l /tmp/xsel.log mpv $sound