From 4d4ee984630571a9c3b290b83764ed3d8c04061f Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Wed, 12 May 2021 17:09:41 -0400 Subject: [PATCH] remove xclip and notify-send dependencies --- bin/bin/upload-screenshot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/bin/upload-screenshot b/bin/bin/upload-screenshot index 021fdc7..670f103 100755 --- a/bin/bin/upload-screenshot +++ b/bin/bin/upload-screenshot @@ -4,6 +4,5 @@ rename 's/ /-/g' ~/Pictures/*.png latest=$(ls -Art ~/Pictures | tail -n 1) -pb "~/Pictures/$latest" | xclip -selection clipboard -notify-send "on yr clipbrd" +pb "~/Pictures/$latest"