diff --git a/bin/scrot.sh b/bin/scrot.sh index 56a78a1..0ddb5ff 100755 --- a/bin/scrot.sh +++ b/bin/scrot.sh @@ -7,4 +7,5 @@ if [ -d "$dest" ]; then mkdir -p "$dest" fi -scrot "%Y%m%d_$wx$h.png" $@ -e "mv $f $dest" +# Unable to use $dest and still need to figure out why +scrot '%Y%m%d-%H.%M.%S_$wx$h.png' $@ -e 'mv $f ~/Screenshots'