aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-02-16 04:03:42 -0300
committerEuAndreh <eu@euandre.org>2024-02-16 04:03:42 -0300
commitff2d63911a68bbb89a730e12bc3bb95362e804fe (patch)
tree9c59e1a3fc110dcdb2e40a0fb357d42b38b393dd
parentUpdate references from ~/Documents/txt/ to ~/txt/ (diff)
downloaddotfiles-ff2d63911a68bbb89a730e12bc3bb95362e804fe.tar.gz
dotfiles-ff2d63911a68bbb89a730e12bc3bb95362e804fe.tar.xz
Update references from ~/Downloads/Screenshots/ to ~/Pictures/Screenshots/
-rwxr-xr-xbin/shot6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/shot b/bin/shot
index 5bb1ae3..a46894d 100755
--- a/bin/shot
+++ b/bin/shot
@@ -21,7 +21,7 @@ help() {
Take a screenshot. The default is to print the whole screen, but
the "-m" can be given to select only a part of the screen.
- The screenshots are saved to ~/Downloads/Screenshots/
+ The screenshots are saved to ~/Pictures/Screenshots/
Examples:
@@ -72,7 +72,7 @@ while getopts 'mh' flag; do
done
shift $((OPTIND - 1))
-TEMPLATE=~/Downloads/Screenshots/%Y-%m-%dT%H:%M:%S.png
+TEMPLATE=~/Pictures/Screenshots/%Y-%m-%dT%H:%M:%S.png
scrot $OPTS "$TEMPLATE"
-msg -D "screenshot saved on ~/Downloads/Screenshots/"
+msg -D "screenshot saved on ~/Pictures/Screenshots/"