diff options
author | EuAndreh <eu@euandre.org> | 2024-02-16 04:03:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-02-16 04:03:42 -0300 |
commit | ff2d63911a68bbb89a730e12bc3bb95362e804fe (patch) | |
tree | 9c59e1a3fc110dcdb2e40a0fb357d42b38b393dd /bin | |
parent | Update references from ~/Documents/txt/ to ~/txt/ (diff) | |
download | dotfiles-ff2d63911a68bbb89a730e12bc3bb95362e804fe.tar.gz dotfiles-ff2d63911a68bbb89a730e12bc3bb95362e804fe.tar.xz |
Update references from ~/Downloads/Screenshots/ to ~/Pictures/Screenshots/
Diffstat (limited to 'bin')
-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/" |