about summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2021-05-12 17:09:41 -0400
committerBen Harris <ben@tilde.team>2021-05-12 17:09:41 -0400
commit4d4ee984630571a9c3b290b83764ed3d8c04061f (patch)
tree95896e06fd70612f6d5943e904224a5042cd9935 /bin
parentdf8503643a38c36e09627d92f70cb4f0c59f6ab8 (diff)
remove xclip and notify-send dependencies
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bin/upload-screenshot3
1 files changed, 1 insertions, 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"