From ff2d63911a68bbb89a730e12bc3bb95362e804fe Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 16 Feb 2024 04:03:42 -0300 Subject: Update references from ~/Downloads/Screenshots/ to ~/Pictures/Screenshots/ --- bin/shot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/shot') 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/" -- cgit v1.2.3