diff options
Diffstat (limited to 'bin/shot')
-rwxr-xr-x | bin/shot | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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/" |