diff options
author | katherine <ageha@airen-no-jikken.icu> | 2023-03-01 01:42:03 -0700 |
---|---|---|
committer | katherine <ageha@airen-no-jikken.icu> | 2023-03-01 01:42:03 -0700 |
commit | d214bbff0c2c4b5aac87393db2cb74f8557bed97 (patch) | |
tree | 69daa233b5858d430e473b12d267b1829086ccaa | |
parent | fa67b9a2ccdb6c224d6bab19d9555544a168b266 (diff) | |
download | dotfiles-d214bbff0c2c4b5aac87393db2cb74f8557bed97.tar.gz |
optipng -> oxipng
-rwxr-xr-x | .config/herbstluftwm/maim.sh | 2 | ||||
-rw-r--r-- | .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 |