From 257553276d5040eaed5780e3542beb96fe761f68 Mon Sep 17 00:00:00 2001 From: Gordon GECOS Date: Sat, 13 May 2023 18:30:56 -0400 Subject: fix "scan" to specify mode color --- dot/local/bin/scan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/local/bin/scan b/dot/local/bin/scan index 2ba071b..2d3470c 100644 --- a/dot/local/bin/scan +++ b/dot/local/bin/scan @@ -13,4 +13,4 @@ else format=scan_${NOW}.png fi -scanimage --progress --format=png --batch="$format" +scanimage --mode=Color --progress --format=png --batch="$format" -- cgit v1.2.3