summary refs log tree commit diff
path: root/home/.bin/sup
diff options
context:
space:
mode:
Diffstat (limited to 'home/.bin/sup')
-rwxr-xr-xhome/.bin/sup1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.bin/sup b/home/.bin/sup
index 7a69d9d0..22f2b85e 100755
--- a/home/.bin/sup
+++ b/home/.bin/sup
@@ -3,5 +3,6 @@ set -o errexit -o nounset -o pipefail
 
 dir=$(mktemp -d)
 screencapture -i "$dir/capture.png"
+pngo "$dir/capture.png"
 up "$dir/capture.png"
 rm -r "$dir"