screenshot: increase quality

This commit is contained in:
Vincent Bernat 2021-09-05 08:11:12 +02:00
parent 067f2389ef
commit 79a5cce36c

View file

@ -5,7 +5,7 @@ set -euf -o pipefail
case $1 in
desktop)
target=~/.config/i3/screenshots/$(date -Iseconds).jpg
maim -u -m 8 $target
maim -u -m 9 $target
notify-send -i camera-photo "Desktop screenshot" "Saved in ${target##*/}"
echo -n $target | xclip -selection clipboard
;;