From d214bbff0c2c4b5aac87393db2cb74f8557bed97 Mon Sep 17 00:00:00 2001 From: katherine Date: Wed, 1 Mar 2023 01:42:03 -0700 Subject: optipng -> oxipng --- .config/herbstluftwm/maim.sh | 2 +- .config/ranger/rifle.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/herbstluftwm/maim.sh b/.config/herbstluftwm/maim.sh index d01b527..540e6fd 100755 --- a/.config/herbstluftwm/maim.sh +++ b/.config/herbstluftwm/maim.sh @@ -41,7 +41,7 @@ if [[ $mode == clipboard ]]; then exit fi -maim -u${selection} $fname && optipng $fname +maim -u${selection} $fname && oxipng -o3 $fname if [[ $mode == send ]]; then [[ -f $fname ]] \ diff --git a/.config/ranger/rifle.conf b/.config/ranger/rifle.conf index 7f9d699..ce9fa7d 100644 --- a/.config/ranger/rifle.conf +++ b/.config/ranger/rifle.conf @@ -111,7 +111,7 @@ mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@" mime ^image, has sxiv, X, flag f = sxiv -a "$@" mime ^image, !ext xcf, has gimp, X, flag f = gimp -- "$@" mime ^image, !ext kra, has krita, X, flag f = krita -- "$@" -mime ^image/png, has optipng = optipng -- "$@" +mime ^image/png, has oxipng = oxipng -o6 -- "$@" mime ^image, has inkscape, X, flag f = inkscape -- "$@" # archives -- cgit v1.2.3