From 79a5cce36c6286b099e4109ef2d6062dff115e15 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sun, 5 Sep 2021 08:11:12 +0200 Subject: [PATCH] screenshot: increase quality --- bin/screenshot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/screenshot b/bin/screenshot index 4781296..5b297df 100755 --- a/bin/screenshot +++ b/bin/screenshot @@ -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 ;;