diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-02-24 15:45:42 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-02-24 15:45:42 +0300 |
commit | ed5e20a2b30734989419980bd885877f4ad2f4ba (patch) | |
tree | a961a47ba225699d396ff900d0a9c849da6ed1a8 /dotfiles/.local | |
parent | ebbc91277bf9c3b3043ec112d226cdfa717141c0 (diff) | |
download | swayrice-ed5e20a2b30734989419980bd885877f4ad2f4ba.tar.gz swayrice-ed5e20a2b30734989419980bd885877f4ad2f4ba.zip |
heic and heif associations to image viewer
and nsxiv rifle settings
Diffstat (limited to 'dotfiles/.local')
-rwxr-xr-x | dotfiles/.local/bin/nsxiv-rifle | 2 |
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")" |