aboutsummaryrefslogtreecommitdiff
path: root/env/.local/bin/screenshot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'env/.local/bin/screenshot.sh')
-rwxr-xr-xenv/.local/bin/screenshot.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/env/.local/bin/screenshot.sh b/env/.local/bin/screenshot.sh
index 66d9c5c..5acf77b 100755
--- a/env/.local/bin/screenshot.sh
+++ b/env/.local/bin/screenshot.sh
@@ -5,7 +5,5 @@
SCREENSHOTS_DIR=$HOME/Pictures/Screenshots
FILENAME=$SCREENSHOTS_DIR/$(date +%F_%H-%M-%S).png
-echo "$@"
-
mkdir -p $SCREENSHOTS_DIR
import $@ $FILENAME && xclip -selection clipboard -target image/png -i < $FILENAME