add imv image viewer
This commit is contained in:
parent
7281c7619a
commit
4f4de25afa
@ -181,6 +181,7 @@ ext mobi, has ebook-viewer, X, flag f = ebook-viewer -- "$@"
|
||||
mime ^image/svg, has inkscape, X, flag f = inkscape -- "$@"
|
||||
mime ^image/svg, has display, X, flag f = display -- "$@"
|
||||
|
||||
mime ^image, has imv, X, flag f = imv -- "$@"
|
||||
mime ^image, has pqiv, X, flag f = pqiv -- "$@"
|
||||
mime ^image, has sxiv, X, flag f = sxiv -- "$@"
|
||||
mime ^image, has feh, X, flag f = feh -- "$@"
|
||||
|
@ -2,6 +2,6 @@
|
||||
[ "$#" -eq 0 ] && exit
|
||||
torsocks curl -O "$@"
|
||||
image="$(basename "$@")"
|
||||
feh "$image"
|
||||
rifle -fF "$image"
|
||||
mv "$image" /data/pictures/anselmages/
|
||||
ln -s ../anselmages/"$image" /data/pictures/background-source/"$image"
|
||||
|
Loading…
Reference in New Issue
Block a user