diff --git a/bin/screenshot b/bin/screenshot index 286ecb3..34e886f 100755 --- a/bin/screenshot +++ b/bin/screenshot @@ -10,7 +10,7 @@ case $1 in echo -n $target | xclip -selection clipboard ;; window) - maim -u -s -b 5 -l -c 0.3,0.4,0.6,0.4 -d 0.02 \ + maim -u -s -b 5 -l -c 0.3,0.4,0.6,0.4 -d 0.1 \ | xclip -selection clipboard -t image/png notify-send -i camera-photo "Screenshot" "Saved to clipboard" ;;