From ed5e20a2b30734989419980bd885877f4ad2f4ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Thu, 24 Feb 2022 15:45:42 +0300 Subject: heic and heif associations to image viewer and nsxiv rifle settings --- dotfiles/.local/bin/nsxiv-rifle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/.local/bin') diff --git a/dotfiles/.local/bin/nsxiv-rifle b/dotfiles/.local/bin/nsxiv-rifle index 95d6423..bec93b7 100755 --- a/dotfiles/.local/bin/nsxiv-rifle +++ b/dotfiles/.local/bin/nsxiv-rifle @@ -16,7 +16,7 @@ abspath () { listfiles () { find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \ - '.*\(jpe?g\|bmp\|webp\|png\|gif\)$' -print0 | sort -z + '.*\(jpe?g\|bmp\|webp\|png\|gif\|hei\(c\|f\)\)$' -print0 | sort -z } target="$(abspath "$1")" -- cgit v1.2.3