summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2021-10-10 12:32:04 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2021-10-10 12:32:04 +0200
commite2f69c3bc006642198258256134f2012c3c6aef0 (patch)
tree09067f98c7464a01ab3e11f16618bc6726e75a67
parent3586f683adbad56a6f22e967974177a48a191096 (diff)
Screenshots taken with they keybind are now saved to
~/Pictures/screenshots
-rwxr-xr-xbin/screenshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/screenshot b/bin/screenshot
index 2b2fc5b..a3bae84 100755
--- a/bin/screenshot
+++ b/bin/screenshot
@@ -1,4 +1,4 @@
#!/bin/sh
sleep 0.2
-scrot -sf
+scrot -sfe 'mv $f ~/Pictures/screenshots/'