Merge pull request #41 from tudurom/master
Changed image cache location to `$HOME/.cache/thumbnails/fetch`
This commit is contained in:
commit
871ae644ed
|
@ -198,7 +198,7 @@ prompt_height=1
|
||||||
image="wall"
|
image="wall"
|
||||||
|
|
||||||
# Thumbnail directory
|
# Thumbnail directory
|
||||||
imgtempdir="$HOME/.fetchimages"
|
imgtempdir="$HOME/.cache/thumbnails/fetch"
|
||||||
|
|
||||||
# Image Backend
|
# Image Backend
|
||||||
# Which program to draw images with
|
# Which program to draw images with
|
||||||
|
|
2
fetch
2
fetch
|
@ -218,7 +218,7 @@ prompt_height=1
|
||||||
image="wall"
|
image="wall"
|
||||||
|
|
||||||
# Thumbnail directory
|
# Thumbnail directory
|
||||||
imgtempdir="$HOME/.fetchimages"
|
imgtempdir="$HOME/.cache/thumbnails/fetch"
|
||||||
|
|
||||||
# Image Backend
|
# Image Backend
|
||||||
# Which program to draw images with
|
# Which program to draw images with
|
||||||
|
|
Reference in New Issue