aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/.local/bin/nsxiv-rifle
diff options
context:
space:
mode:
authorYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-02-24 15:45:42 +0300
committerYaroslav de la Peña Smirnov <yps@yaroslavps.com>2022-02-24 15:45:42 +0300
commited5e20a2b30734989419980bd885877f4ad2f4ba (patch)
treea961a47ba225699d396ff900d0a9c849da6ed1a8 /dotfiles/.local/bin/nsxiv-rifle
parentebbc91277bf9c3b3043ec112d226cdfa717141c0 (diff)
downloadswayrice-ed5e20a2b30734989419980bd885877f4ad2f4ba.tar.gz
swayrice-ed5e20a2b30734989419980bd885877f4ad2f4ba.zip
heic and heif associations to image viewer
and nsxiv rifle settings
Diffstat (limited to 'dotfiles/.local/bin/nsxiv-rifle')
-rwxr-xr-xdotfiles/.local/bin/nsxiv-rifle2
1 files changed, 1 insertions, 1 deletions
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")"