diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-03-16 06:12:28 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-03-16 06:12:28 +0300 |
commit | c95d0243bb66f20850ec99677d189238f5ee2acf (patch) | |
tree | f9952bf44df43cefb2d50bb748a3c61dac4608b6 | |
parent | 58cf909f803dca60cee6b668fc60413aa3617014 (diff) | |
download | swayrice-c95d0243bb66f20850ec99677d189238f5ee2acf.tar.gz swayrice-c95d0243bb66f20850ec99677d189238f5ee2acf.zip |
Added .webp to sxiv-rifle's extension expression
-rwxr-xr-x | dotfiles/.local/bin/sxiv-rifle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/.local/bin/sxiv-rifle b/dotfiles/.local/bin/sxiv-rifle index 0bdd892..2b32f44 100755 --- a/dotfiles/.local/bin/sxiv-rifle +++ b/dotfiles/.local/bin/sxiv-rifle @@ -35,7 +35,7 @@ abspath () { listfiles () { find -L "$(dirname "$target")" -maxdepth 1 -type f -iregex \ - '.*\(jpe?g\|bmp\|png\|gif\)$' -print0 | sort -z + '.*\(jpe?g\|bmp\|webp\|png\|gif\)$' -print0 | sort -z } target="$(abspath "$1")" |